TableSchemaBase type
Home > @cbnsndwch/zero-nest-mongoose > TableSchemaBase
TableSchemaBase type
Signature:
type TableSchemaBase = {
_id: StringColumn;
__v: NumberColumnOptional;
};References: StringColumn, NumberColumnOptional
How was this page?