CustomColumnOptional type
Home > @cbnsndwch/zero-nest-mongoose > CustomColumnOptional
CustomColumnOptional type
Signature:
type CustomColumnOptional<T> = {
type: ValueType;
optional: true;
customType: T;
};References: ValueType
How was this page?