/** * 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 ApiGrantAccessRequestV1 */ export interface ApiGrantAccessRequestV1 { /** * * @type {string} * @memberof ApiGrantAccessRequestV1 */ grantee?: string; /** * * @type {string} * @memberof ApiGrantAccessRequestV1 */ grants?: string; /** * * @type {ApiObjectId} * @memberof ApiGrantAccessRequestV1 */ object?: ApiObjectId; } //# sourceMappingURL=api-grant-access-request-v1.d.ts.map