/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
/**
 * List of setting keys with indicating the key of the currently active setting.
 */
export interface SettingsKeyListStudio {
    [key: string]: any | any;
    /**
     * List of setting keys.
     */
    settings_keys: Array<string>;
    /**
     * Key, unique identifier.
     */
    active_key?: string | null;
}
