Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created January 24, 2021 04:42
Show Gist options
  • Save ng-the-engineer/d8e1ad6fdd12c2546f8439cb29c74656 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/d8e1ad6fdd12c2546f8439cb29c74656 to your computer and use it in GitHub Desktop.
Code snippet - mocked response
const mockedResponse: AxiosResponse = {
data: {
name: "Henry",
},
status: 200,
statusText: "OK",
headers: {},
config: {},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment