| 38 | export type Visitor = (visitorOptions: VisitorOptions, visitorUtils: VisitorUtils) => void; |
| 39 | |
| 40 | export interface Path { |
| 41 | raw: string | null; |
| 42 | attribute: string | null; |
| 43 | rawWithIndices?: string | null; |
| 44 | } |
| 45 | |
| 46 | export interface TraverseOptions { |
| 47 | schema: Model; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…