UntilHandler<T, U>: { [ key in keyof U]: {
    end: U[key];
    start: U[key];
} }

Type Parameters

Generated using TypeDoc