@dooboostore/simple-boot-http-server-ssr
Version:
front end SPA frameworks SSR
15 lines • 582 B
TypeScript
import { ApiService } from '@dooboostore/simple-boot/fetch/ApiService';
export type Config<T = any> = {
multipartFormData?: boolean;
bypassTransform?: boolean;
transformText?: boolean;
headers?: HeadersInit;
body?: T;
};
export declare class SymbolIntentApiServiceProxy<T extends object> implements ProxyHandler<T> {
private apiService;
constructor(apiService: ApiService);
get(target: T, prop: string | symbol, receiver: any): any;
apply(target: T, thisArg: any, argArray: any[]): any;
}
//# sourceMappingURL=SymbolIntentApiServiceProxy.d.ts.map