-
Matiss Janis Aboltins authoredMatiss Janis Aboltins authored
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 };
// @ts-strict-ignore
import { type Query } from 'loot-core/src/shared/query';
export type Binding = string | { name: string; value?; query?: Query };