/** * Model: GetTeamComponents404Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface GetTeamComponents404Response { /** For erroneous requests, this value is always `true`. */ error: boolean; /** Status code */ status: StatusEnum; /** A string describing the error */ message: string; } export type StatusEnum = '404'; //# sourceMappingURL=get-team-components404-response.d.ts.map