| 26 | import { execSync } from 'child_process'; |
| 27 | |
| 28 | export interface AccessorField { |
| 29 | name: string; |
| 30 | typeText: string; |
| 31 | } |
| 32 | |
| 33 | export interface AccessorSpec { |
| 34 | className: string; |
nothing calls this directly
no outgoing calls
no test coverage detected