@nestia/fetcher
Version:
Fetcher library of Nestia SDK
21 lines • 616 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// export namespace IFetchEvent {
// export interface IFunction {
// (connection: IConnection, ...args: any[]): Promise<any>;
// METADATA: {
// method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
// path: string;
// request: null | {
// type: string;
// encrypted: boolean;
// };
// response: null | {
// type: string;
// encrypted: boolean;
// };
// };
// status: null | number;
// }
// }
//# sourceMappingURL=IFetchEvent.js.map