UNPKG

fathom-typescript

Version:

Fathom's official TypeScript SDK.

8 lines 271 B
export type GetAuthorizationUrlRequest = { clientId: string; redirectUri: string; scope: string; state?: string; }; export declare function getAuthorizationUrl(request: GetAuthorizationUrlRequest): string; //# sourceMappingURL=getAuthorizationUrl.d.ts.map