/** * 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 { ApiRegistration } from './api-registration'; /** * * @export * @interface ApiListRegistrationsResponse */ export interface ApiListRegistrationsResponse { /** * * @type {Array} * @memberof ApiListRegistrationsResponse */ items?: Array; /** * * @type {boolean} * @memberof ApiListRegistrationsResponse */ next?: boolean; /** * * @type {number} * @memberof ApiListRegistrationsResponse */ page?: number; /** * * @type {number} * @memberof ApiListRegistrationsResponse */ size?: number; } //# sourceMappingURL=api-list-registrations-response.d.ts.map