Interface HookSearchInputDTO

HookSearchInputDTO

interface HookSearchInputDTO {
    extend?: string[];
    filters?: HookSearchInputAllowedFilters;
    greaterThan?: any;
    lessThan?: any;
    limit?: number;
    page?: number;
    search?: HookSearchInputAllowedFilters;
    sortBy?: string;
    sortDirection?: HookSearchInputDTOSortDirectionEnum;
}

Properties

extend?: string[]

HookSearchInputDTO

HookSearchInputDTO

greaterThan?: any

HookSearchInputDTO

lessThan?: any

HookSearchInputDTO

limit?: number

HookSearchInputDTO

page?: number

HookSearchInputDTO

HookSearchInputDTO

sortBy?: string

HookSearchInputDTO

HookSearchInputDTO