CivicRecCompleteCheckoutSubmissionEvent: FormEventBase & {
    configuration: {
        environmentId: string;
    };
    type: "CIVIC_REC_COMPLETE_CHECKOUT";
}

Type declaration

  • configuration: {
        environmentId: string;
    }
    • environmentId: string
  • type: "CIVIC_REC_COMPLETE_CHECKOUT"