interface DeleteOfflineRegionOptions {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

The id of the offline region to delete.

name?: string

The name of the offline region to delete.