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

2 lines
99 B
TypeScript
Raw Normal View History

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