Interface SettingsGetSkinSettingsResponse

SettingsGetSkinSettingsResponse ($ref: "Settings.GetSkinSettings.Response") Response structure for the GetSkinSettings method.

interface SettingsGetSkinSettingsResponse {
    settings: {
        id: string;
        type: "string" | "boolean";
        value: string | boolean;
    }[];
    skin: string;
}

Properties

Properties

settings: { id: string; type: "string" | "boolean"; value: string | boolean }[]
skin: string