default: {
getCloudGroupDetails: (groupId: any) => Promise<any>;
getGroupCreateTime: (groupId: any) => Promise<any>;
getGroupDescription: (groupId: any) => Promise<any>;
getGroupDisplayName: (groupId: any) => Promise<any>;
getGroupLocked: (groupId: any) => Promise<any>;
getGroupMemberCount: (groupId: any) => Promise<any>;
getGroupOwner: (groupId: any) => Promise<any>;
getGroupPath: (groupId: any) => Promise<any>;
getGroupPublicEntryAllowed: (groupId: any) => Promise<any>;
getGroupUpdateTime: (groupId: any) => Promise<any>;
getGroupVerified: (groupId: any) => Promise<any>;
}
Type Declaration
getCloudGroupDetails: (groupId: any) => Promise<any>
getGroupCreateTime: (groupId: any) => Promise<any>
getGroupDescription: (groupId: any) => Promise<any>
getGroupDisplayName: (groupId: any) => Promise<any>
getGroupLocked: (groupId: any) => Promise<any>
getGroupMemberCount: (groupId: any) => Promise<any>
getGroupOwner: (groupId: any) => Promise<any>
getGroupPath: (groupId: any) => Promise<any>
getGroupPublicEntryAllowed: (groupId: any) => Promise<any>
getGroupUpdateTime: (groupId: any) => Promise<any>
getGroupVerified: (groupId: any) => Promise<any>