UNPKG

trm-registry-types

Version:
5 lines (4 loc) 84 B
export type AuthOAuth2 = { access_token: string; refresh_token?: string; };