UNPKG

304 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>;