Skip to content

@sqlrooms/room-shell / BaseDataSource

Variable: BaseDataSource

const BaseDataSource: z.ZodObject<{ type: z.ZodEnum<{ file: "file"; url: "url"; sql: "sql"; }>; tableName: z.ZodString; }, z.core.$strip>

Interface

Base interface for all data source configurations BaseDataSource