UNPKG

odata-query-builder

Version:
6 lines (4 loc) 143 B
import { FragmentType } from './enums'; export class QueryFragment { constructor(public type: FragmentType, public value: string) {} }