UNPKG

mattermost-redux

Version:

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

4 lines (3 loc) 280 B
import type { GlobalState } from '@mattermost/types/store'; import type { UserProfile, UserProfileWithLastViewAt } from '@mattermost/types/users'; export declare function makeAddLastViewAtToProfiles(): (state: GlobalState, profiles: UserProfile[]) => UserProfileWithLastViewAt[];