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