Interface ModuleInstallationOutputDTO

ModuleInstallationOutputDTO

interface ModuleInstallationOutputDTO {
    createdAt: string;
    gameserverId: string;
    id: string;
    module: ModuleOutputDTO;
    moduleId: string;
    systemConfig: object;
    updatedAt: string;
    userConfig: object;
}

Properties

createdAt: string

ModuleInstallationOutputDTO

gameserverId: string

ModuleInstallationOutputDTO

id: string

ModuleInstallationOutputDTO

ModuleInstallationOutputDTO

moduleId: string

ModuleInstallationOutputDTO

systemConfig: object

ModuleInstallationOutputDTO

updatedAt: string

ModuleInstallationOutputDTO

userConfig: object

ModuleInstallationOutputDTO