Type Alias Options<TTable>
Options<TTable>: { aggregate?: | "count" | "sum" | "avg" | "min" | "max"; apply?: string; debounce?: number | boolean; deep?: DeepClient<Link<Id>>; mini?: string; name?: string; returning?: string; skip?: boolean; subscription?: boolean; table?: TTable; tableNamePostfix?: string; variables?: any; } Type Parameters
- TTable extends Table = "links"