/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ApiObjectId } from './api-object-id'; /** * * @export * @interface ApiLicenseUser */ export interface ApiLicenseUser { /** * * @type {string} * @memberof ApiLicenseUser */ expires_at?: string; /** * * @type {string} * @memberof ApiLicenseUser */ id?: string; /** * * @type {string} * @memberof ApiLicenseUser */ issued_at?: string; /** * * @type {string} * @memberof ApiLicenseUser */ prod?: string; /** * * @type {Array} * @memberof ApiLicenseUser */ scope?: Array; /** * * @type {ApiObjectId} * @memberof ApiLicenseUser */ user?: ApiObjectId; } //# sourceMappingURL=api-license-user.d.ts.map