UNPKG

facebook-auth-nestjs

Version:
6 lines (5 loc) 112 B
export interface AppTokenResponse { token_type: string; expires_in: number; access_token: string; }