You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ContextualizedEndpoints
All available API Endpoints without first argument - context, because this prop is set automatically.
export type ContextualizedEndpoints = {
[T in keyof typeof api]: (typeof api)[T] extends (x: any, ...arguments_: infer P) => infer R ? (...arguments_: P) => R : never;
};