/** * Apimatic APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; export interface AuthScope { /** Scope Id */ id: string; /** Scope Name */ name: string; /** Scope Value */ value: string; /** Scope Description */ description: string; additionalProperties?: Record; } export declare const authScopeSchema: Schema; //# sourceMappingURL=authScope.d.ts.map