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