@@ -4,4 +4,5 @@
export declare type DatasourceDefinition = {
name: string;
adapter: string;
+ [option: string]: unknown;
};