webcad-ue4-api/types/Common/FetchGet.d.ts
2024-08-14 17:08:00 +08:00

2 lines
99 B
TypeScript

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