gi-nx / getUserData
ts
function getUserData(appId: string): Promise<Record<string, unknown>>;Gets the current user's meta data for a specific app.
Parameters
| Parameter | Type | Description |
|---|---|---|
appId | string | The app ID to get data for. |
Returns
Promise<Record<string, unknown>>
A promise that resolves with the app's meta data.