Skip to content
Snippets Groups Projects
index.ts 151 B
// @ts-strict-ignore
import { type Query } from 'loot-core/src/shared/query';

export type Binding = string | { name: string; value?; query?: Query };