Skip to content

@sqlrooms/room-shell / SqlQueryDataSource

Variable: SqlQueryDataSource

const SqlQueryDataSource: z.ZodObject<{ tableName: z.ZodString; type: z.ZodLiteral<"sql">; sqlQuery: z.ZodString; }, z.core.$strip>

Interface

Configuration for SQL query-based data sources SqlQueryDataSource