| 1 | export type SampleSelectQueryParams = [number]; |
| 2 | |
| 3 | export interface ISampleSelectQueryResult { |
| 4 | name: string; |
| 5 | some_id: number; |
| 6 | } |
| 7 | |
| 8 | export interface ISampleSelectQueryQuery { |
| 9 | params: SampleSelectQueryParams; |
nothing calls this directly
no outgoing calls
no test coverage detected