UNPKG

fakexrmeasy

Version:

This project aims to provide mocks already implemented for Web API calls made from Javascript. This is a work in progress and way less mature than [its C# counterpart](https://github.com/jordimontana82/fake-xrm-easy).

5 lines (4 loc) 109 B
export default interface IFakeMessageExecutorResponse { statusCode: number; responseBody: any; }