UNPKG

unomi-node

Version:
11 lines (10 loc) 202 B
export interface SearchByPropertyQuery { key: string; value: string; operator: string; } export interface QueryParams { prop: string; operator: "or" | "and"; value: string; }