interface IGroupSuccessResult {
    groupId: string;
    success: boolean;
}

Properties

Properties

groupId: string
success: boolean