Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
export declare const getOperatorValueTypes: (fieldType: any) => {
|
|
all: string;
|
|
contains: string;
|
|
equals: string;
|
|
exists: string;
|
|
greater_than: string;
|
|
greater_than_equal: string;
|
|
in: string;
|
|
intersects: string;
|
|
less_than: string;
|
|
less_than_equal: string;
|
|
like: string;
|
|
near: string;
|
|
not_equals: string;
|
|
not_in: string;
|
|
not_like: string;
|
|
within: string;
|
|
};
|
|
//# sourceMappingURL=validOperators.d.ts.map |