UNPKG

mattermost-redux

Version:

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

6 lines (5 loc) 94 B
export declare type Typing = { [x: string]: { [x: string]: number; }; };