Skip to content

Commit 7fbb235

Browse files
authored
Add new export options (#573)
1 parent 10b32c5 commit 7fbb235

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/sdk/src/types/surreal.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@ export interface SqlExportOptions {
258258
params: boolean;
259259
functions: boolean;
260260
analyzers: boolean;
261+
apis: boolean;
262+
buckets: boolean;
263+
modules: boolean;
264+
configs: boolean;
261265
tables: boolean | string[];
262266
versions: boolean;
263267
records: boolean;

0 commit comments

Comments
 (0)