| 35 | } |
| 36 | |
| 37 | export interface IAnnotationSql3Query { |
| 38 | params: AnnotationSql3Params; |
| 39 | result: IAnnotationSql3Result; |
| 40 | } |
| 41 | |
| 42 | export type AnnotationSql4Params = [string | null]; |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected