/** * 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'; /** * UserId lookup value. * @export * @interface ApiUserAccessToken */ export interface ApiUserAccessToken { /** * * @type {string} * @memberof ApiUserAccessToken */ created_at?: string; /** * * @type {ApiObjectId} * @memberof ApiUserAccessToken */ created_by?: ApiObjectId; /** * * @type {string} * @memberof ApiUserAccessToken */ deleted_at?: string; /** * * @type {ApiObjectId} * @memberof ApiUserAccessToken */ deleted_by?: ApiObjectId; /** * * @type {string} * @memberof ApiUserAccessToken */ id?: string; /** * * @type {string} * @memberof ApiUserAccessToken */ token?: string; /** * * @type {string} * @memberof ApiUserAccessToken */ updated_at?: string; /** * * @type {ApiObjectId} * @memberof ApiUserAccessToken */ updated_by?: ApiObjectId; /** * * @type {string} * @memberof ApiUserAccessToken */ usage?: string; /** * * @type {ApiObjectId} * @memberof ApiUserAccessToken */ user?: ApiObjectId; } //# sourceMappingURL=api-user-access-token.d.ts.map