@sqlrooms/sql-editor / SqlEditorSliceConfig
Variable: SqlEditorSliceConfig
constSqlEditorSliceConfig: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>
