Interface VariableOutputDTO

VariableOutputDTO

interface VariableOutputDTO {
    createdAt: string;
    expiresAt?: string;
    gameServer?: GameServerOutputDTO;
    gameServerId?: string;
    id: string;
    key: string;
    module?: ModuleOutputDTO;
    moduleId?: string;
    player?: PlayerOutputDTO;
    playerId?: string;
    updatedAt: string;
    value: string;
}

Properties

createdAt: string

VariableOutputDTO

expiresAt?: string

VariableOutputDTO

gameServer?: GameServerOutputDTO

VariableOutputDTO

gameServerId?: string

VariableOutputDTO

id: string

VariableOutputDTO

key: string

VariableOutputDTO

VariableOutputDTO

moduleId?: string

VariableOutputDTO

VariableOutputDTO

playerId?: string

VariableOutputDTO

updatedAt: string

VariableOutputDTO

value: string

VariableOutputDTO