Fixes implicit any type - issue #1814 (#1815)

This commit is contained in:
Matt
2018-07-03 02:09:40 +10:00
committed by Kevin Cunnane
parent 67a4683bb1
commit b02bb3bfd4

2
src/sql/sqlops.d.ts vendored
View File

@@ -1131,7 +1131,7 @@ declare module 'sqlops' {
frequencyTypes: FrequencyTypes;
frequencySubDayTypes: FrequencySubDayTypes;
frequencySubDayInterval: number;
frequencyRelativeIntervals; FrequencyRelativeIntervals;
frequencyRelativeIntervals: FrequencyRelativeIntervals;
frequencyRecurrenceFactor: number;
frequencyInterval: number;
dateCreated: string;