| 59 | } |
| 60 | |
| 61 | export interface IAnnotationSql5Query { |
| 62 | params: AnnotationSql5Params; |
| 63 | result: IAnnotationSql5Result; |
| 64 | } |
| 65 | |
| 66 | export type TestMysqlQueryWithParamOverridesParams = [string]; |
| 67 |
nothing calls this directly
no outgoing calls
no test coverage detected