Skip to content

@sqlrooms/sql-editor / SqlEditorSliceConfig

Variable: SqlEditorSliceConfig

const SqlEditorSliceConfig: z.ZodObject<{ queries: z.ZodArray<z.ZodObject<{ id: z.ZodString; name: z.ZodString; query: z.ZodString; }, z.core.$strip>>; selectedQueryId: z.ZodString; lastExecutedQuery: z.ZodOptional<z.ZodString>; openTabs: z.ZodArray<z.ZodString>; }, z.core.$strip>