Type alias VerifyTokenResponse

VerifyTokenResponse: {
    account?: Record<string, any>;
    email?: string;
    id?: string;
    name?: string;
    valid: boolean;
}

Type declaration

  • Optional account?: Record<string, any>
  • Optional email?: string
  • Optional id?: string
  • Optional name?: string
  • valid: boolean