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

Interface ISampleSelectQueryResult

tests/sample/sample.queries.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type SampleSelectQueryParams = [number];
2
3export interface ISampleSelectQueryResult {
4 name: string;
5 some_id: number;
6}
7
8export interface ISampleSelectQueryQuery {
9 params: SampleSelectQueryParams;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected