StandardField: {
key: string;
label: string;
required?: boolean;
type:
| "PASSWORD"
| "TEXT"
| "SUBMIT_BUTTON"
| "FLOW_BUTTON"
| "FLOW_LINK"
| "BUTTON";
}
Type declaration
key: string
label: string
Optionalrequired?: boolean
type: "PASSWORD" | "TEXT" | "SUBMIT_BUTTON" | "FLOW_BUTTON" | "FLOW_LINK" | "BUTTON"