ConversationSearchResult
type ConversationSearchResult = {
channelColor?: number | null;
channelId?: string | null;
channelName?: string | null;
closed?: boolean | null;
conversationId: string;
id: string;
messageId?: string | null;
snippet: string;
snippetCreatorId: number;
snippetLastUpdated: Date;
title?: string | null;
type: "conversation";
};