ThreadSearchResult
type ThreadSearchResult = {
channelColor?: number | null;
channelId?: string | null;
channelName?: string | null;
closed?: boolean | null;
commentId?: string | null;
id: string;
snippet: string;
snippetCreatorId: number;
snippetLastUpdated: Date;
threadId: string;
title?: string | null;
type: "thread";
};