MVFv3 API Documentation
    Preparing search index...

    An address for a resource. May contain different formats of structured address in future, but currently only display is available

    type Address = {
        display?: { displayAddress: string };
    }
    Index

    Properties

    Properties

    display?: { displayAddress: string }

    Type declaration

    • displayAddress: string

      A formatted address string that can be used to display to an end user.