webcad-api/types/Common/FetchGet.d.ts
2024-03-26 11:10:20 +08:00

2 lines
99 B
TypeScript

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