/* tslint:disable */ /* eslint-disable */ /** * EMIL Tenant Service * The EMIL TenantService API description * * The version of the OpenAPI document: 1.0 * Contact: kontakt@emil.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface GetSettingsResponseClass */ export interface GetSettingsResponseClass { /** * Values aligned with the requested keys order. Each item is either a JSON primitive, an array, `null`, or an object (object-shaped settings include `isSensitive` when applicable). Example: `[ \"stripe\" ]` for a string setting. * @type {Array<{ [key: string]: object; }>} * @memberof GetSettingsResponseClass */ 'values': Array<{ [key: string]: object; }>; }