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

    Interface CustomerProfileProperties

    interface CustomerProfileProperties {
        digitalAddressTypes: DigitalAddressType[];
        shouldUpdateCustomerData: boolean;
        type: "customerProfile";
    }
    Index

    Properties

    digitalAddressTypes: DigitalAddressType[]
    shouldUpdateCustomerData: boolean
    type: "customerProfile"