FieldSummary type test

Last updated: 2026-03-02T10:25:48.171Z

Metrics

LOC: 9 Complexity: 1 Params: 0

Signature

type FieldSummary

Source Code

type FieldSummary = {
  selector: string;
  fieldType: string;
  label: string;
  name?: string;
  id?: string;
  placeholder?: string;
  required?: boolean;
};

Dependencies (Outgoing)

graph LR FieldSummary["FieldSummary"] sendToContentScript["sendToContentScript"] waitForContentScript["waitForContentScript"] FieldSummary -->|uses| sendToContentScript FieldSummary -->|uses| waitForContentScript style FieldSummary fill:#dbeafe,stroke:#2563eb,stroke-width:2px click FieldSummary "b2a72169196ce9a2.html" click sendToContentScript "035089c459427109.html" click waitForContentScript "5252ec99308fee44.html"

No incoming dependencies.