UNPKG

sardines-built-in-services

Version:
28 lines 634 B
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