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