UNPKG

403 BTypeScriptView Raw
1import { graphqlTypes } from "apollo-language-server";
2export declare function validateHistoricParams({ validationPeriod, queryCountThreshold, queryCountThresholdPercentage }: Partial<{
3 validationPeriod: string;
4 queryCountThreshold: number;
5 queryCountThresholdPercentage: number;
6}>): Partial<graphqlTypes.HistoricQueryParameters> | null;
7//# sourceMappingURL=validateHistoricParams.d.ts.map
\No newline at end of file