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

Type declaration

  • key: string
  • label: string
  • Optionalrequired?: boolean
  • type: "TEXT" | "SUBMIT_BUTTON" | "FLOW_BUTTON" | "FLOW_LINK" | "BUTTON"