UNPKG

@scrimmage/rewards

Version:
10 lines (9 loc) 278 B
import { APIService } from './API.service'; export declare class UserService { private readonly API; constructor(API: APIService); getUserToken(userId: string, options?: { tags?: string[]; properties?: Record<string, any>; }): Promise<string>; }