6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
/**
|
|
* # DSQL user read-only DB handler
|
|
* @requires DSQL_DB_CONN - Gobal Variable for Datasquirel Database
|
|
*/
|
|
export default function DB_HANDLER(...args: any[]): Promise<any>;
|