MCPcopy
hub / github.com/getsentry/sentry / ExtractedField

Interface ExtractedField

scripts/extractFormFields.ts:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const THIS_DIR = path.dirname(THIS_FILE);
22
23interface 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected