sardines-shoal
Version:
A built-in service provider for sardines.js
26 lines • 590 B
TypeScript
export declare const drivers: {
[key: string]: any;
};
export declare const sardinesConfig: {
application: string;
platform: string;
srcRootDir: string;
sardinesDir: string;
repositoryEntries: {
providerInfo: {
protocol: string;
host: string;
root: string;
port: number;
driver: string;
};
user: string;
password: string;
}[];
drivers: {
name: string;
locationType: string;
protocols: string[];
}[];
};
//# sourceMappingURL=index.d.ts.map