sanity-plugin-recurring-dates 1.2.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -16,9 +16,9 @@ export declare interface PluginConfig {
16
16
  }
17
17
 
18
18
  export declare interface RecurringDate {
19
- rrule: string
20
- startDate: string
21
- endDate: string
19
+ rrule?: string
20
+ startDate?: string
21
+ endDate?: string
22
22
  }
23
23
 
24
24
  export declare type RecurringDateFieldOptions = Omit<ObjectDefinition, 'type' | 'fields'> & {