summaryrefslogtreecommitdiffstats
path: root/src/models/constants.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/constants.d.ts')
-rw-r--r--src/models/constants.d.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/models/constants.d.ts b/src/models/constants.d.ts
index e9532cf2..e4f06e6d 100644
--- a/src/models/constants.d.ts
+++ b/src/models/constants.d.ts
@@ -19,6 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+import { Type } from '@nextcloud/sharing';
export declare type DefaultGroup = string;
export declare type CircleConfig = number;
export declare type MemberLevel = number;
@@ -44,7 +45,7 @@ export declare const PUBLIC_CIRCLE_CONFIG: {
export declare const CIRCLES_MEMBER_GROUPING: {
id: string;
label: string;
- share: any;
+ share: Type;
type: number;
}[];
export declare const SHARES_TYPES_MEMBER_MAP: {};