Type Alias GameCollaborator

GameCollaborator: {
    accountId?: string;
    email?: string;
    role: string;
    username: string;
}