Interface ShardPresetSaveResponse

Result of saving a preset.

interface ShardPresetSaveResponse {
    ok: boolean;
    preset: OperationPreset;
}

Properties

Properties

ok: boolean