webcad-ue4-api/types/Common/FetchGet.d.ts
2022-02-16 11:15:31 +08:00

2 lines
99 B
TypeScript

export declare function FetchGet(url: string): Promise<any>;
//# sourceMappingURL=FetchGet.d.ts.map