UNPKG

trm-registry-types

Version:
7 lines (6 loc) 128 B
export type OAuth2Data = { authorizationUrl: string; clientId: string; responseType: 'code'; scope?: string; };