interface Setting {
    enabled: boolean;
    id: string;
    projectId: string;
    type: SettingType;
}

Properties

enabled: boolean

Defines whether the setting is enabled.

id: string

ID of the setting.

projectId: string

ID of the Project ID.

Type of the setting.