/**
 * 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 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;
}
