Mayson Monorepo Documentation
    Preparing search index...
    interface BusinessProfile {
        headline: string;
        privacy_policy_url: string;
        terms_of_service_url: string;
    }
    Index

    Properties

    headline: string

    The messaging shown to customers in the portal.

    privacy_policy_url: string

    A link to the business's publicly available privacy policy.

    terms_of_service_url: string

    A link to the business's publicly available terms of service.