@sqlrooms/room-shell / BaseDataSource
Variable: BaseDataSource
constBaseDataSource: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
