/** * Model: GetFileComponentSets200ResponseMeta * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { PublishedComponentSet } from '../published-component-set'; export interface GetFileComponentSets200ResponseMeta { /** List of PublishedComponentSets */ component_sets: PublishedComponentSet[]; } //# sourceMappingURL=get-file-component-sets200-response-meta.d.ts.map