/** Specific fields for GROUP events */
export interfaceLogGroupDetails {
/** Description of the group */
description?: string;
/** Name of the group */
name: string;
/** Role of the group */
role: string;
}
//# sourceMappingURL=LogGroupDetails.d.ts.map