You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TODO Redefine Endpoint to avoid Payload ambiguity
* Needs separate body and searchParams, along with multiple methods at the same endpoint (cf. #63)
*/
exporttypeResponse=JSONValue;/* * TODO Redefine Endpoint to avoid Payload ambiguity * Needs separate body and searchParams, along with multiple methods at the same endpoint (cf. #63) */exporttypeMethod='GET'|'POST'|'DELETE';exporttypePayload=Record<string,JSONPrimitiveTypes>|JSONObject;
The text was updated successfully, but these errors were encountered:
Needs separate body and searchParams, along with multiple methods at the same endpoint (cf. #63)
myschoolapp-reporting/packages/datadirect/src/Endpoint.ts
Lines 10 to 12 in 7438a5e
The text was updated successfully, but these errors were encountered: