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