Interface ShardPresetsResponse

List of all saved presets.

interface ShardPresetsResponse {
    ok: boolean;
    presets: OperationPreset[];
}

Properties

Properties

ok: boolean
presets: OperationPreset[]