Interface ShardPresetRemoveResponse

Result of removing a preset.

interface ShardPresetRemoveResponse {
    name: string;
    ok: boolean;
}

Properties

Properties

name: string
ok: boolean