CollectionNametype
C extends Collection<infer N, infer _I, infer _T> ? N : never
| Type | |
|---|---|
Collection | Declarative definition of a database collection/table. |
N |
Extract the string name from a Collection instance.
C extends Collection<infer N, infer _I, infer _T> ? N : never
| Type | |
|---|---|
Collection | Declarative definition of a database collection/table. |
N |
Extract the string name from a Collection instance.