UNPKG

mattermost-redux

Version:

Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client

6 lines (5 loc) 178 B
import type { UserThread, ThreadsState } from '@mattermost/types/threads'; export type ExtraData = { threadsToDelete?: UserThread[]; threads: ThreadsState['threads']; };