Skip to content

Commit

Permalink
Merge pull request #5 from 2wheeh/fix/me
Browse files Browse the repository at this point in the history
fix: update me of ResolvedFlow
  • Loading branch information
WietseWind authored Nov 7, 2024
2 parents e17c310 + 75d76c5 commit ccd4b10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,17 @@ export interface ResolvedFlow {
sub: string;
picture: string;
account: string;
name?: string;
domain?: string;
name?: string | null;
domain?: string | null;
blocked: boolean;
source: string;
kycApproved: boolean;
proSubscription: boolean;
profile?: XummProfile;
networkType?: string;
networkId?: number;
networkEndpoint?: string;
email?: string;
};
}

Expand Down

0 comments on commit ccd4b10

Please sign in to comment.