UNPKG

@evil-gauss/nestjs-core

Version:
11 lines (10 loc) 322 B
import { Applications } from '@evil-gauss/core'; export declare class SocialResponseDto { readonly accessToken: string; readonly email: string; readonly firstName: string; readonly lastName: string; readonly provider: string; readonly application: Applications; readonly frontendUrl: string; }