MVFv3 API Documentation
    Preparing search index...

    A social media account. Applications may have special handling for certain types of accounts, but any are allowed. The name should be the name of the social network, with a URL being the URL of the account.

    type LocationSocial = {
        name: string;
        url: string;
    }
    Index

    Properties

    Properties

    name: string
    url: string