TS2345: Argument of type
HttpApi<"MyApi", never, HttpApiDecodeError, never>
is not assignable to parameter of type HttpApi<string, Any, unknown, unknown>
Property [TypeId] is missing in type
HttpApi<"MyApi", never, HttpApiDecodeError, never>
but required in type HttpApi<string, Any, unknown, unknown>
HttpApi.d.ts(43, 14): [TypeId] is declared here.
TS2345: Argument of type
HttpApi<"MyApi", never, HttpApiDecodeError, never>
is not assignable to parameter of type HttpApi<string, Any, unknown, unknown>
Property [TypeId] is missing in type
HttpApi<"MyApi", never, HttpApiDecodeError, never>
but required in type HttpApi<string, Any, unknown, unknown>
HttpApi.d.ts(43, 14): [TypeId] is declared here.