CollectionIdentifiertype
C extends Collection<infer _N, infer I, infer _T> ? I : never
| Type | |
|---|---|
Collection | Declarative definition of a database collection/table. |
I |
Extract the Identifier type from a Collection instance.
C extends Collection<infer _N, infer I, infer _T> ? I : never
| Type | |
|---|---|
Collection | Declarative definition of a database collection/table. |
I |
Extract the Identifier type from a Collection instance.