/** * Model: GetTeamComponents200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { GetTeamComponents200ResponseMeta } from '../get-team-components200-response-meta'; export interface GetTeamComponents200Response { /** The status of the request. */ status: StatusEnum; /** For successful requests, this value is always `false`. */ error: boolean; /** @see GetTeamComponents200ResponseMeta */ meta: GetTeamComponents200ResponseMeta; } export type StatusEnum = '200'; //# sourceMappingURL=get-team-components200-response.d.ts.map