UNPKG

@slmdevs/celeraone

Version:

This is a NPM Package to use for all the CeleraOne interactions.

11 lines (10 loc) 212 B
/** * The CeleraOne ErrorResponse object interface * * @interface InternalErrorResponse */ export default interface InternalErrorResponse { name: string; locaction: string; description: string; }