Skip to content

Commit

Permalink
Make id property optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Vilensky committed Jun 15, 2021
1 parent 5109d56 commit 2c2091f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export interface TransferPeerPath {

interface DestinationTransferPeerPath {
type: PeerType;
id: string;
id?: string;
virtualId?: string;
virtualType?: VirtualType;
oneTimeAddress?: IOneTimeAddress;
Expand Down

0 comments on commit 2c2091f

Please sign in to comment.