MCPcopy Create free account
hub / github.com/JasonShin/sqlx-ts / IAnnotationSql3Query

Interface IAnnotationSql3Query

tests/demo/annotations/annotations.snapshot.ts:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface IAnnotationSql3Query {
38 params: AnnotationSql3Params;
39 result: IAnnotationSql3Result;
40}
41
42export type AnnotationSql4Params = [string | null];
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected