datasquirel/package-shared/shell/utils/noDatabaseDbHandler.d.ts

3 lines
81 B
TypeScript
Raw Normal View History

2024-12-06 10:44:26 +00:00
declare function _exports(queryString: string): Promise<any>;
export = _exports;