Type alias ThisAndThat<SK, SV, EK, EV>

ThisAndThat<SK, SV, EK, EV>: {
    [key in SK]: SV
} & {
    [key in EK]: EV
}

Type Parameters