Type alias EntityInfo

EntityInfo: {
    entityType: EntityType;
    name: string;
    uuid: string;
}

Type declaration

Generated using TypeDoc