Interface: Group
Defined in: src/types/groups.ts:3
Properties
path
ts
path: string;Defined in: src/types/groups.ts:4
createTime
ts
createTime: string;Defined in: src/types/groups.ts:5
updateTime
ts
updateTime: string;Defined in: src/types/groups.ts:6
id
ts
id: string;Defined in: src/types/groups.ts:7
displayName
ts
displayName: string;Defined in: src/types/groups.ts:8
description
ts
description: string;Defined in: src/types/groups.ts:9
owner
ts
owner: string;Defined in: src/types/groups.ts:10
memberCount
ts
memberCount: number;Defined in: src/types/groups.ts:11
publicEntryAllowed
ts
publicEntryAllowed: boolean;Defined in: src/types/groups.ts:12
locked
ts
locked: boolean;Defined in: src/types/groups.ts:13
verified
ts
verified: boolean;Defined in: src/types/groups.ts:14