JsonColumnOptional type
Home > @cbnsndwch/zero-nest-mongoose > JsonColumnOptional
JsonColumnOptional type
Signature:
type JsonColumnOptional<T extends ReadonlyJSONValue = ReadonlyJSONValue> = {
type: 'json';
optional: true;
customType: T;
};References: ReadonlyJSONValue
How was this page?