UNPKG

345 BTypeScriptView Raw
1import convict from 'convict';
2import { Context } from './interfaces';
3export declare function jobSchema(context: Context): convict.Schema<any>;
4export declare const makeJobSchema: typeof jobSchema;
5export declare const opSchema: convict.Schema<any>;
6export declare const apiSchema: convict.Schema<any>;
7//# sourceMappingURL=job-schemas.d.ts.map
\No newline at end of file