File

projects/ngx-list-view/src/lib/interfaces/api-filter.interface.ts

Index

Properties

Properties

name
name: string
Type : string
operator
operator: string
Type : string
Optional
value
value: any
Type : any
export interface ApiFilterInterface {
    name: string;
    value: any;
    operator?: string;
}

results matching ""

    No results matching ""