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

Interface IAnnotationSql5Query

tests/demo/annotations/annotations.queries.ts:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61export interface IAnnotationSql5Query {
62 params: AnnotationSql5Params;
63 result: IAnnotationSql5Result;
64}
65
66export type TestMysqlQueryWithParamOverridesParams = [string];
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected