Alokai

ExtendApiMethod

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

Referenced Types

On this page