Interface ModuleSearchInputDTO

ModuleSearchInputDTO

interface ModuleSearchInputDTO {
    extend?: string[];
    filters?: ModuleSearchInputAllowedFilters;
    greaterThan?: any;
    lessThan?: any;
    limit?: number;
    page?: number;
    search?: ModuleSearchInputAllowedFilters;
    sortBy?: string;
    sortDirection?: ModuleSearchInputDTOSortDirectionEnum;
}

Properties

extend?: string[]

ModuleSearchInputDTO

ModuleSearchInputDTO

greaterThan?: any

ModuleSearchInputDTO

lessThan?: any

ModuleSearchInputDTO

limit?: number

ModuleSearchInputDTO

page?: number

ModuleSearchInputDTO

ModuleSearchInputDTO

sortBy?: string

ModuleSearchInputDTO

ModuleSearchInputDTO