generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type { OAuthConfig, OAuthUserConfig } from ".";
|
||||
interface AtlassianProfile extends Record<string, any> {
|
||||
account_id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
picture: string;
|
||||
}
|
||||
export default function Atlassian<P extends AtlassianProfile>(options: OAuthUserConfig<P>): OAuthConfig<P>;
|
||||
export {};
|
||||
//# sourceMappingURL=atlassian.d.ts.map
|
||||
Reference in New Issue
Block a user