Interface: BuildAddSiteFormHelperBulletsArgs
Defined in: src/components/AddSiteForm/utils/helperBullets.ts:22
Inputs for buildAddSiteFormHelperBullets.
Propertiesโ
addModeโ
addMode: "existing" | "new";
Defined in: src/components/AddSiteForm/utils/helperBullets.ts:23
checkIntervalLabelโ
checkIntervalLabel: string;
Defined in: src/components/AddSiteForm/utils/helperBullets.ts:24
helpTextsโ
helpTexts: {
primary: string;
secondary: string;
}
Defined in: src/components/AddSiteForm/utils/helperBullets.ts:25
primaryโ
primary: string;
secondaryโ
secondary: string;