/** * 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. */ /** * BODY: partial modifications * @export * @interface Int64Id1UserId */ export interface Int64Id1UserId { /** * * @type {number} * @memberof Int64Id1UserId */ expires?: number; /** * * @type {string} * @memberof Int64Id1UserId */ note?: string; /** * * @type {string} * @memberof Int64Id1UserId */ status?: string; /** * * @type {string} * @memberof Int64Id1UserId */ timestamp?: string; } //# sourceMappingURL=int64-id1-user-id.d.ts.map