UNPKG

@agravity/public

Version:

The Agravity GlobalDAM API which allowes API key authenticated access the Agravity GlobalDAM Backend

23 lines (21 loc) 773 B
/** * Agravity OpenAPI Documentation - Public Functions * * Contact: support@agravity.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { CollectionType } from './collectionType.pub.agravity'; import { Asset } from './asset.pub.agravity'; import { Collection } from './collection.pub.agravity'; import { DistZipResponse } from './distZipResponse.pub.agravity'; export interface GroupAllAppData { collection_type?: CollectionType; collections?: Array<Collection> | null; assets?: Array<Asset> | null; created_date?: string | null; add_info?: Array<{ [key: string]: any }> | null; dist?: DistZipResponse | null; }