/** * Apimatic APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { ApiError } from '../core.js'; /** * Creates an instance of UnauthorizedResponse */ interface UnauthorizedResponse { message?: string; additionalProperties?: Record; } export class UnauthorizedResponseError extends ApiError {}