export interface InvitationDetails { label: string; recipientKeys: string[]; serviceEndpoint: string; routingKeys: string[]; }