UNPKG

320 BTypeScriptView Raw
1import * as express from 'express';
2import { BackendApplicationContribution } from './backend-application';
3export declare class OSBackendApplicationContribution implements BackendApplicationContribution {
4 configure(app: express.Application): void;
5}
6//# sourceMappingURL=os-backend-application-contribution.d.ts.map
\No newline at end of file