| 18 | } |
| 19 | |
| 20 | export interface IndexField { |
| 21 | /** field name */ |
| 22 | attribute: string; |
| 23 | collate: string; |
| 24 | length: string; |
| 25 | order: string; |
| 26 | } |
| 27 | |
| 28 | export interface IndexSpec { |
| 29 | /** name of index */ |
nothing calls this directly
no outgoing calls
no test coverage detected