UNPKG

@tableau/taco-toolkit

Version:
7 lines (6 loc) 157 B
import { AuthTokens } from './auth-tokens'; /** @ignore */ export type AuthResult = { headers?: Record<string, string>; oauthTokens?: AuthTokens; };