EventOutputDTO

interface EventOutputDTO {
    actingModuleId?: string;
    actingUserId?: string;
    createdAt: string;
    eventName: EventOutputDTOEventNameEnum;
    gameServer?: GameServerOutputDTO;
    gameserverId?: string;
    id: string;
    meta?: EventOutputDTOMeta;
    module?: ModuleOutputDTO;
    moduleId?: string;
    player?: PlayerOutputDTO;
    playerId?: string;
    updatedAt: string;
    user?: UserOutputDTO;
    userId?: string;
}

Properties

actingModuleId?: string

EventOutputDTO

actingUserId?: string

EventOutputDTO

createdAt: string

EventOutputDTO

EventOutputDTO

gameServer?: GameServerOutputDTO

EventOutputDTO

gameserverId?: string

EventOutputDTO

id: string

EventOutputDTO

EventOutputDTO

EventOutputDTO

moduleId?: string

EventOutputDTO

EventOutputDTO

playerId?: string

EventOutputDTO

updatedAt: string

EventOutputDTO

EventOutputDTO

userId?: string

EventOutputDTO