Interface iGetDynamicDataStoreValuePayload

interface iGetDynamicDataStoreValuePayload {
    dataSecret?: string;
    key: string;
    lookupType?: "username" | "id";
}

Properties

dataSecret?: string

The data secret to fetch. Only needed if you are not signed in as creator.

key: string

The key to fetch.

lookupType?: "username" | "id"

The lookup type to fetch (if you need to specify).

MMNEPVFCICPMFPCPTTAAATR