Interface ModuleInstallDTO

ModuleInstallDTO

interface ModuleInstallDTO {
    systemConfig?: string;
    userConfig?: string;
}

Properties

systemConfig?: string

ModuleInstallDTO

userConfig?: string

ModuleInstallDTO