ExtendApiMethod
type ExtendApiMethod<API extends ApiMethods, CONTEXT> = Record<string, ApiClientMethodWithContext<CONTEXT>> & { [Key in keyof API]?: API[Key] };type ExtendApiMethod<API extends ApiMethods, CONTEXT> = Record<string, ApiClientMethodWithContext<CONTEXT>> & { [Key in keyof API]?: API[Key] };