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