1 | import { graphqlTypes } from "apollo-language-server";
|
2 | export 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 |