IDateFieldMainDescriptorConfig<T>: IBaseMainDescriptorConfig<T> & {
    valueFormat?: (() => string);
    viewFormat?: (() => string);
}

Config interface for the date type field for the main decorator

Type Parameters

  • T extends void | null = void