DeviceRegistrationField: {
    key: string;
    label: string;
    options: {
        description: string;
        iconSrc: string;
        title: string;
        type: string;
    }[];
    required: boolean;
    type: "DEVICE_REGISTRATION";
}

Type declaration

  • key: string
  • label: string
  • options: { description: string; iconSrc: string; title: string; type: string }[]
  • required: boolean
  • type: "DEVICE_REGISTRATION"