UNPKG

@agravity/private

Version:

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

21 lines (19 loc) 559 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. */ export interface ExportFieldDefinition { id?: string | null; display_name?: string | null; field_type?: string | null; is_multi?: boolean | null; is_translatable?: boolean | null; is_importable?: boolean | null; is_core?: boolean | null; default_value?: any | null; }