interface IDataBaseEntryDate {
    key: string;
    type: "date";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

key: string
type: "date"
value: string