UNPKG

@kir-dev/passport-authsch

Version:
3 lines (2 loc) 155 B
import { AuthSchProfile, RawAuthSchProfile } from './types'; export declare const parseAuthSchProfile: (profileData: RawAuthSchProfile) => AuthSchProfile;