CollectionDatatype
C extends Collection<infer _N, infer _I, infer T> ? T : never
| Type | |
|---|---|
Collection | Declarative definition of a database collection/table. |
T |
Extract the Data type from a Collection instance.
C extends Collection<infer _N, infer _I, infer T> ? T : never
| Type | |
|---|---|
Collection | Declarative definition of a database collection/table. |
T |
Extract the Data type from a Collection instance.