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
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
export declare const DistinctSymbol: unique symbol;
|
|
/**
|
|
* You can use this to inject a raw query to where
|
|
*/
|
|
export declare const rawConstraint: (value: unknown) => {
|
|
type: symbol;
|
|
value: unknown;
|
|
};
|
|
export declare const isRawConstraint: (value: unknown) => value is ReturnType<typeof rawConstraint>;
|
|
//# sourceMappingURL=rawConstraint.d.ts.map |