Home > @tridion-sites/open-api-client > DateListDefinition
Provides information about whether/how to present a list of allowed date field values.
Signature:
export type DateListDefinition = ListDefinition & {
Entries?: Array<string>;
};
References: ListDefinition