generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { OAuthConfig, OAuthUserConfig } from ".";
|
||||
export interface StravaProfile extends Record<string, any> {
|
||||
id: string;
|
||||
firstname: string;
|
||||
lastname: string;
|
||||
profile: string;
|
||||
}
|
||||
export default function Strava<P extends StravaProfile>(options: OAuthUserConfig<P>): OAuthConfig<P>;
|
||||
//# sourceMappingURL=strava.d.ts.map
|
||||
Reference in New Issue
Block a user