UNPKG

mattermost-redux

Version:

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

14 lines (13 loc) 270 B
export declare type Compliance = { id: string; create_at: number; user_id: string; status: string; count: number; desc: string; type: string; start_at: number; end_at: number; keywords: string; emails: string; };