Interface AppsGetMiniAppPoliciesParams

interface AppsGetMiniAppPoliciesParams {
    app_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

app_id: number

Mini App ID

Generated using TypeDoc