UNPKG

@staroverlay/sdk

Version:
14 lines 299 B
export interface Profile { _id: string; avatar?: string; displayName: string; userId: string; } export interface User { _id: string; email: string; isEmailVerified: boolean; profileId?: string; createdAt: string; } //# sourceMappingURL=index.d.ts.map