Interface BaseSetting

interface BaseSetting {
    id: string;
    name: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The unique identifier of the setting

name: string

The name of the setting