import { ReactionType } from '..'; import { LegalHoldStatus } from '.'; export interface ReactionContent { legalHoldStatus?: LegalHoldStatus; originalMessageId: string; type: ReactionType; } //# sourceMappingURL=ReactionContent.d.ts.map