export default interface PostChatContext { formsProLocale: string; participantJoined: boolean; participantType: string | undefined; surveyInviteLink: string; }