@book000/pixivts - v0.61.1
    Preparing search index...

    Interface PrivacyPolicy

    Privacy-policy blurb returned by recommended endpoints.

    interface PrivacyPolicy {
        message?: string;
        url?: string;
        version?: string;
    }
    Index

    Properties

    message?: string

    Human-readable policy notice.

    url?: string

    URL to the full privacy-policy page.

    version?: string

    Policy version string.