@open-formulieren/types
    Preparing search index...

    Interface CustomerInteractionProperties

    interface CustomerInteractionProperties {
        digitalAddressTypes: { email: boolean; phoneNumber: boolean };
        shouldUpdateCustomerData: boolean;
        type: "customerInteraction";
    }
    Index

    Properties

    digitalAddressTypes: { email: boolean; phoneNumber: boolean }
    shouldUpdateCustomerData: boolean
    type: "customerInteraction"