Type Alias BoundOperationMap<T>

BoundOperationMap<T>: {
    [P in keyof T]: OmitFirstArg<T[P]>
}

Type Parameters