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

Hierarchy (view full)

Properties

Properties

key: string
value: string