Interface ModuleInstallationSearchInputAllowedFilters

ModuleInstallationSearchInputAllowedFilters

interface ModuleInstallationSearchInputAllowedFilters {
    gameserverId?: string[];
    id?: string[];
    moduleId?: string[];
    versionId?: string[];
}

Properties

gameserverId?: string[]

ModuleInstallationSearchInputAllowedFilters

id?: string[]

ModuleInstallationSearchInputAllowedFilters

moduleId?: string[]

ModuleInstallationSearchInputAllowedFilters

versionId?: string[]

ModuleInstallationSearchInputAllowedFilters