Type Alias UsersForLiveRole

UsersForLiveRole: {
    id: string;
    name: string;
}[]