export type DeleteAssetResponse = { /** * Deletion time. */ deleted_at: string; /** * Asset ID. */ id: string; };