UNPKG

manifest

Version:

The backend for AI code editors

3 lines (2 loc) 174 B
import { WhereOperator } from '../../../../types/src'; export declare const WHERE_OPERATOR_DESCRIPTIONS: Record<WhereOperator, (entity: string, property: string) => string>;