diff --git a/types/owlcarousel/index.d.ts b/types/owlcarousel/index.d.ts index b7f67097a4..df2969a688 100644 --- a/types/owlcarousel/index.d.ts +++ b/types/owlcarousel/index.d.ts @@ -58,5 +58,5 @@ interface IOwlCarouselOptions { } interface JQuery { - owlCarousel(options?: any): JQuery; + owlCarousel(options?: IOwlCarouselOptions): JQuery; }