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