Takaro - v0.4.9
    Preparing search index...

    Interface ModuleInstallationOutputDTO

    ModuleInstallationOutputDTO

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

    Properties

    createdAt: string

    ModuleInstallationOutputDTO

    gameserverId: string

    ModuleInstallationOutputDTO

    id: string

    ModuleInstallationOutputDTO

    ModuleInstallationOutputDTO

    moduleId: string

    ModuleInstallationOutputDTO

    systemConfig: object

    ModuleInstallationOutputDTO

    updatedAt: string

    ModuleInstallationOutputDTO

    userConfig: object

    ModuleInstallationOutputDTO

    ModuleInstallationOutputDTO

    versionId: string

    ModuleInstallationOutputDTO