datasquirel/client/auth/github/getAccessToken.d.ts

8 lines
216 B
TypeScript
Raw Normal View History

2024-11-08 15:44:31 +00:00
declare function _exports({ clientId, redirectUrl, setLoading, scopes }: {
clientId: string;
redirectUrl: string;
setLoading?: (arg0: boolean) => void;
scopes?: string[];
}): void;
export = _exports;