@arsedizioni/ars-utils 18.2.472 → 18.2.474
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/clipper.common/common/definitions.d.ts +1 -1
- package/core/definitions.d.ts +1 -1
- package/esm2022/clipper.common/common/definitions.mjs +4 -1
- package/esm2022/core/definitions.mjs +3 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +4 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +3 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -734,7 +734,7 @@ export interface ClipperFileInfo {
|
|
|
734
734
|
expiringInfo?: string | null;
|
|
735
735
|
uniqueId: string;
|
|
736
736
|
}
|
|
737
|
-
export
|
|
737
|
+
export declare class ClipperFolderInfo extends Folder {
|
|
738
738
|
teamId?: string | null;
|
|
739
739
|
isPrivate?: boolean | null;
|
|
740
740
|
isMenuOpen?: boolean | null;
|
package/core/definitions.d.ts
CHANGED