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