/** * Apimatic APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** This structure encapsulates all the attributes of an API Endpoints Group. */ export interface EndpointsGroup { name: string; description: string; additionalProperties?: Record; } export declare const endpointsGroupSchema: Schema; //# sourceMappingURL=endpointsGroup.d.ts.map