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