Interface ModuleInstallationSearchInputDTO

ModuleInstallationSearchInputDTO

interface ModuleInstallationSearchInputDTO {
    extend?: string[];
    filters?: ModuleInstallationSearchInputAllowedFilters;
    greaterThan?: any;
    lessThan?: any;
    limit?: number;
    page?: number;
    search?: ModuleInstallationSearchInputAllowedFilters;
    sortBy?: string;
    sortDirection?: ModuleInstallationSearchInputDTOSortDirectionEnum;
}

Properties

extend?: string[]

ModuleInstallationSearchInputDTO

ModuleInstallationSearchInputDTO

greaterThan?: any

ModuleInstallationSearchInputDTO

lessThan?: any

ModuleInstallationSearchInputDTO

limit?: number

ModuleInstallationSearchInputDTO

page?: number

ModuleInstallationSearchInputDTO

ModuleInstallationSearchInputDTO

sortBy?: string

ModuleInstallationSearchInputDTO

ModuleInstallationSearchInputDTO