UNPKG

@agravity/private

Version:

The Agravity GlobalDAM API which allowes authenticated user to access the Agravity GlobalDAM Backend

17 lines (15 loc) 547 B
/** * Agravity OpenAPI Documentation - Private 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 { ExportFieldDefinition } from './exportFieldDefinition.agravity'; export interface AvailableExportFields { core_fields?: Array<ExportFieldDefinition> | null; custom_fields?: Array<ExportFieldDefinition> | null; available_languages?: Array<string> | null; }