Type Alias Tweak<N, V>

Tweak<N, V>: {
    set_tweak: N;
    value?: V;
}

Type Parameters