interface IDataBaseEntryBase {
    key: string;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

key: string
value: string