| 7 | } |
| 8 | |
| 9 | export interface AutoOptions extends Options { |
| 10 | directory: any; |
| 11 | caseFile: string; |
| 12 | caseModel: string; |
| 13 | caseProp: string; |
| 14 | typescript: boolean; |
| 15 | spaces: boolean; |
| 16 | indentation: number; |
| 17 | } |
| 18 | |
| 19 | export interface Config { |
| 20 | dbname: string; |
nothing calls this directly
no outgoing calls
no test coverage detected