import { MessageFormat } from "./types"; export const localMessageFormatToRemote: Record = { PlainText: 'PLAIN_TEXT', Markdown: 'MARKDOWN', }