diff --git a/types/plugin/isBetween.d.ts b/types/plugin/isBetween.d.ts index e73a27ec..431fff80 100644 --- a/types/plugin/isBetween.d.ts +++ b/types/plugin/isBetween.d.ts @@ -5,6 +5,6 @@ export = plugin declare module 'dayjs' { interface Dayjs { - isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: string): boolean + isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean } }