Skip to content

getQR

api.getQR(userId)

Parameters

  • userId string | string[]

Return

Promise<GetQRResponse>

Types

ts
export type GetQRResponse = {
    [userId: string]: string;
};

Examples

ts
console.log(api.getQR());