Interface iGetPluginsPayload

interface iGetPluginsPayload {
    inviteCode?: string;
    pluginIds: string[];
}

Properties

inviteCode?: string

Invite code to fetch the plugin with.

pluginIds: string[]

If true, we will fetch only the specific plugin with the plugin ID (no secrets).

MMNEPVFCICPMFPCPTTAAATR