InvitationState type

Defines values for InvitationState.

type InvitationState = "NotSent" | "Sending" | "Sent" | "Failed"