Interface SettingsGetSkinSettingsResponseSettingsItem

interface SettingsGetSkinSettingsResponseSettingsItem {
    id: string;
    type: "string" | "boolean";
    value: string | boolean;
}

Properties

Properties

id: string
type: "string" | "boolean"
value: string | boolean