/** * Model: GetFile429Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface GetFile429Response { /** Status code */ status: StatusEnum; /** A string describing the error */ err: string; } export type StatusEnum = '429'; //# sourceMappingURL=get-file429-response.d.ts.map