Skip to content

Commit 644f14f

Browse files
authored
Update README.md
1 parent fd0da6f commit 644f14f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ const tables = await request('getTables');
2020
const result = await request('runQuery', { query: 'SELECT * FROM users LIMIT 10' });
2121
```
2222

23-
## TypeScript Support
24-
25-
The library includes comprehensive TypeScript definitions:
26-
27-
```typescript
28-
import type {
29-
QueryResult,
30-
ThemeType,
31-
GetTablesResponse
32-
} from '@beekeeperstudio/plugin';
33-
```
34-
3523
## Development
3624

3725
```bash

0 commit comments

Comments
 (0)