Invitation interface
Invitation represents a file invitation invitationID is the same as the underlying message ID from Textile
Signature:
export interface Invitation
Properties
| Property | Type | Description |
|---|---|---|
| invitationID? | string | (Optional) |
| inviteePublicKey | string | |
| inviterPublicKey | string | |
| itemPaths | FullPath[] | |
| keys | string[] | |
| status | InvitationStatus |