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)
| Target | Type |
|---|---|
| sendToContentScript | uses |
| waitForContentScript | uses |
No incoming dependencies.