Skip to content

Commit ccd4b10

Browse files
authored
Merge pull request #5 from 2wheeh/fix/me
fix: update me of ResolvedFlow
2 parents e17c310 + 75d76c5 commit ccd4b10

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/index.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@ export interface ResolvedFlow {
4545
sub: string;
4646
picture: string;
4747
account: string;
48-
name?: string;
49-
domain?: string;
48+
name?: string | null;
49+
domain?: string | null;
5050
blocked: boolean;
5151
source: string;
5252
kycApproved: boolean;
5353
proSubscription: boolean;
5454
profile?: XummProfile;
55+
networkType?: string;
56+
networkId?: number;
57+
networkEndpoint?: string;
58+
email?: string;
5559
};
5660
}
5761

0 commit comments

Comments
 (0)