UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

24 lines (23 loc) 555 B
/** * VRt.Studio [ST] * * The version of the OpenAPI document: 7.23.2926 * 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>; /** * Settings key (nullable), unique identifier. */ active_key?: string | null; }