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

Interface IAnnotationSql4Query

tests/demo/annotations/annotations.queries.ts:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface IAnnotationSql4Query {
51 params: AnnotationSql4Params;
52 result: IAnnotationSql4Result;
53}
54
55export type AnnotationSql5Params = [string];
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected