Alokai

ContextualizedEndpoints

type ContextualizedEndpoints = { [T in keyof Endpoints]: Endpoints[T] extends ((x: any, ...args: infer P) => infer R) ? (...args: P) => R : never };

Referenced Types

On this page