mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-20 23:48:27 +00:00
* add tooljet cli * remove yarn * add integration command * remove lic * add plugin command * feat: add plugin create cmd * add path * add create, delete, install cmds * auto-generated readme * use raw hygen runner inside cli * add auto gen doc * add rimraf * add correct plugin name for tree * remove oclif plugins * update version - npm * remove operations.ts * add root path
9 lines
292 B
Perl
9 lines
292 B
Perl
---
|
|
to: <%= plugins_path %>/packages/<%= name %>/lib/index.ts
|
|
---
|
|
|
|
import { QueryError, QueryResult, QueryService } from 'common';
|
|
|
|
export default class <%= Name %> implements QueryService {
|
|
async run(sourceOptions: any, queryOptions: any, dataSourceId: string): Promise<QueryResult> {}
|
|
}
|