interface IBackendStorageRecord {
    key: string;
    user: string;
    value: string;
}

Properties

Properties

key: string
user: string
value: string