UNPKG

trm-registry-types

Version:
7 lines (6 loc) 134 B
export type AuthOAuth2 = { access_token: string; token_type: 'Bearer'; expires_in: number; refresh_token?: string; };