@agravity/private
Version:
The Agravity GlobalDAM API which allowes authenticated user to access the Agravity GlobalDAM Backend
25 lines (23 loc) • 666 B
text/typescript
/**
* Agravity OpenAPI Documentation - Private Functions
*
* Contact: office@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 PublishedAsset {
id?: string | null;
name?: string | null;
target?: string | null;
description?: string | null;
usecases?: Array<string> | null;
created_date?: string | null;
created_by?: string | null;
url?: string | null;
cdn?: string | null;
status_table_id?: string | null;
format?: string | null;
properties?: { [key: string]: object } | null;
}