Skip to content

wip: query interface #2359

wip: query interface

wip: query interface #2359

Triggered via push May 22, 2025 07:33
Status Failure
Total duration 4m 9s
Artifacts
Build Packages
58s
Build Packages
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build Packages
Property 'placeholderData' is missing in type '{ query: { compile: () => { sql: string; parameters: never[]; }; execute: ({ sql, parameters }: CompiledQuery) => Promise<unknown[]>; }; }' but required in type 'WatchedQueryOptions<unknown>'.
Build Packages
Argument of type 'readonly unknown[]' is not assignable to parameter of type 'any[]'.
Build Packages
Object literal may only specify known properties, and 'sql' does not exist in type '{ watchOptions: WatchedQueryOptions<unknown>; } & { mode: "comparison"; comparator?: WatchedQueryComparator<unknown> | undefined; }'.
Build Packages
Object literal may only specify known properties, and 'sql' does not exist in type '{ watchOptions: WatchedQueryOptions<unknown>; } & { mode: "comparison"; comparator?: WatchedQueryComparator<unknown> | undefined; }'.
Build Packages
Process completed with exit code 1.