@agravity/public
Version:
The Agravity GlobalDAM API which allowes API key authenticated access the Agravity GlobalDAM Backend
22 lines (20 loc) • 564 B
text/typescript
/**
* Agravity OpenAPI Documentation - Public 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 AgravityVersion {
name?: string | null;
company?: string | null;
customer?: string | null;
contact?: string | null;
updated?: string | null;
client_id?: string | null;
version?: string | null;
permission_enabled?: boolean | null;
region?: string | null;
}