Skip to content

gi-nx


gi-nx / getUserData

ts
function getUserData(appId: string): Promise<Record<string, unknown>>;

Gets the current user's meta data for a specific app.

Parameters

ParameterTypeDescription
appIdstringThe app ID to get data for.

Returns

Promise<Record<string, unknown>>

A promise that resolves with the app's meta data.