diff --git a/jquery.pickadate/jquery.pickadate.d.ts b/jquery.pickadate/jquery.pickadate.d.ts index b1e4ebb28..0754fa765 100644 --- a/jquery.pickadate/jquery.pickadate.d.ts +++ b/jquery.pickadate/jquery.pickadate.d.ts @@ -260,7 +260,8 @@ declare module Pickadate { * By default, any callbacks bound with the on method will be fired when its relevant thing is set. * To silently set a thing, pass an options object with the muted parameter set to true. */ - muted: boolean; + muted?: boolean; + format?: string; } interface Picker {