foundation-utils.conversiontype
Home > @genesislcap/foundation-utils > ConversionType
ConversionType type
Represents the possible types of value conversion for data synchronization.
Signature:
export type ConversionType = 'string' | 'number' | 'time' | 'boolean';