RolesListEvent: InternalMessage & {
    roles: {
        role: ParticipantRole;
        userId: UserId;
    }[];
}

Type declaration