Type Alias InvitationContext

InvitationContext: {
    conversationId: string;
    metadata: {
        [k: string]: string;
    };
}