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

    Interface AddressComponents

    interface AddressComponents {
        city?: HasValidation<"pattern", false>;
        postcode?: HasValidation<"pattern", false>;
    }
    Index

    Properties

    Properties

    city?: HasValidation<"pattern", false>
    postcode?: HasValidation<"pattern", false>