File

src/app/types/player.ts

Properties

gameID
gameID: string
gameOwnerID
gameOwnerID: string
id
id: string
owner
owner: string
pendingInvite
pendingInvite: boolean
playerID
playerID: string
export class Player {
    id: string;
    gameID: string;
    gameOwnerID?: string;
    playerID: string;
    pendingInvite: boolean;
    owner?: string;
}

results matching ""

    No results matching ""