Interface CreateOfflinePlaygroundIdentityParams

interface CreateOfflinePlaygroundIdentityParams {
    appID: string;
    siteID: number | bigint;
}

Properties

Properties

appID: string
siteID: number | bigint