@arsedizioni/ars-utils 18.2.432 → 18.2.433
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.
|
@@ -610,7 +610,7 @@ export declare enum ClipperRecurrenceType {
|
|
|
610
610
|
}
|
|
611
611
|
export declare const ClipperRecurrenceTypes: NameValueItem<ClipperRecurrenceType>[];
|
|
612
612
|
export interface ClipperDeadlineInfo {
|
|
613
|
-
id
|
|
613
|
+
id?: string | null;
|
|
614
614
|
companyId?: number | null;
|
|
615
615
|
userId?: number | null;
|
|
616
616
|
teamId?: string | null;
|