EnumColumn type
Home > @cbnsndwch/zero-nest-mongoose > EnumColumn
EnumColumn type
Signature:
type EnumColumn<T> = {
type: 'string';
kind: 'enum';
customType: T;
};How was this page?
Home > @cbnsndwch/zero-nest-mongoose > EnumColumn
Signature:
type EnumColumn<T> = {
type: 'string';
kind: 'enum';
customType: T;
};How was this page?