Type alias DeleteAssetResponse

DeleteAssetResponse: {
    deleted_at: string;
    id: string;
}

Type declaration

  • deleted_at: string

    Deletion time.

  • id: string

    Asset ID.

Generated using TypeDoc