Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Caution
This alias is still in pre-release. Its signature may change or it may be removed in future releases.
Declaration
export type EntityIdentifierType<T> = [T] extends [never] ? VanillaEntityIdentifier : T extends string ? VanillaEntityIdentifier | T : never;