MCPcopy Create free account
hub / github.com/effect-app/libs / O

Interface O

packages/effect-app/src/Store.ts:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70export type Filter = readonly FilterResult[]
71
72export interface O<TFieldValues extends FieldValues> {
73 key: FieldPath<TFieldValues>
74 direction: "ASC" | "DESC"
75}
76
77export interface FilterArgs<Encoded extends FieldValues, U extends keyof Encoded = never> {
78 t: Encoded

Callers 12

Order.test.tsFile · 0.85
Array.test.tsFile · 0.85
flipFunction · 0.85
combineAllFunction · 0.85
Array_Function · 0.85
isLessThanFunction · 0.85
isGreaterThanFunction · 0.85
isLessThanOrEqualToFunction · 0.85
isGreaterThanOrEqualToFunction · 0.85
minFunction · 0.85
maxFunction · 0.85
makeOrderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected