webcad-ue4-api/types/Common/FetchGet.d.ts

2 lines
99 B
TypeScript
Raw Normal View History

2024-08-14 17:08:00 +08:00
export declare function FetchGet(url: string): Promise<any>;
//# sourceMappingURL=FetchGet.d.ts.map