UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 159 B
export declare class SocialAuthDto { accessToken?: string; refreshToken?: string; profile?: any; provider?: string; providerId?: string; }