/** * Finix API */ import { Error401UnauthorizedEmbedded } from './error401UnauthorizedEmbedded'; export declare class Error401Unauthorized { 'total'?: number; 'embedded'?: Error401UnauthorizedEmbedded; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }