Interface AppsGetMiniAppPoliciesResponse

interface AppsGetMiniAppPoliciesResponse {
    privacy_policy: string;
    terms: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

privacy_policy: string

URL of the app's privacy policy

terms: string

URL of the app's terms

Generated using TypeDoc