UNPKG

mattermost-redux

Version:

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

7 lines (6 loc) 126 B
export declare type TermsOfService = { id: string; create_at: number; user_id: string; text: string; };