| 21 | const THIS_DIR = path.dirname(THIS_FILE); |
| 22 | |
| 23 | interface ExtractedField { |
| 24 | formId: string; |
| 25 | name: string; |
| 26 | hintText?: string; |
| 27 | label?: string; |
| 28 | /** Route pattern for SettingsSearch (extracted from form.FormWrapper) */ |
| 29 | route?: string; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Determines whether a TypeScript expression resolves to a plain string value. |
nothing calls this directly
no outgoing calls
no test coverage detected