UNPKG

mattermost-redux

Version:

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

13 lines (12 loc) 260 B
export declare type ServerError = { server_error_id?: string; stack?: string; intl?: { id: string; defaultMessage: string; values?: any; }; message: string; status_code?: number; url?: string; };