For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/types/EntityIdentifierType.md.

Type Alias: EntityIdentifierType<T> experimental

entity

EntityIdentifierType<T> = [T] extends [never] ? VanillaEntityIdentifier : T extends string ? VanillaEntityIdentifier | T : never

Beta

Type Parameters

T

T

同领域相关