Interface RoleSearchInputDTO

RoleSearchInputDTO

interface RoleSearchInputDTO {
    extend?: string[];
    filters?: RoleSearchInputAllowedFilters;
    greaterThan?: any;
    lessThan?: any;
    limit?: number;
    page?: number;
    search?: RoleSearchInputAllowedFilters;
    sortBy?: string;
    sortDirection?: RoleSearchInputDTOSortDirectionEnum;
}

Properties

extend?: string[]

RoleSearchInputDTO

RoleSearchInputDTO

greaterThan?: any

RoleSearchInputDTO

lessThan?: any

RoleSearchInputDTO

limit?: number

RoleSearchInputDTO

page?: number

RoleSearchInputDTO

RoleSearchInputDTO

sortBy?: string

RoleSearchInputDTO

RoleSearchInputDTO