UNPKG

@cometchat/calls-sdk-javascript

Version:

Cometchat's Javascript SDK for In-app Calling.

13 lines (12 loc) 173 B
/** * * * @export * @interface ErrorModel */ export interface ErrorModel { code?: string | number; name?: string; message?: string; details?: string; }