UNPKG

@salad-labs/loopz-typescript

Version:
12 lines 410 B
import { User as PrivyUser } from "@privy-io/react-auth"; import { LinkedAccountWithMetadata, LoginMethod } from "../../types/adapter"; export type AuthInfo = { user: PrivyUser; isNewUser: boolean; wasAlreadyAuthenticated: boolean; loginMethod: LoginMethod; linkedAccount: LinkedAccountWithMetadata; authToken: string; isConnected: boolean; }; //# sourceMappingURL=authinfo.d.ts.map