Skip to content

Instantly share code, notes, and snippets.

@jpoehnelt
Last active January 18, 2020 02:51
Show Gist options
  • Save jpoehnelt/2697624ac7c90c0f6892f7b8a5064978 to your computer and use it in GitHub Desktop.
Save jpoehnelt/2697624ac7c90c0f6892f7b8a5064978 to your computer and use it in GitHub Desktop.
interface MyRequest extends AxiosRequestConfig {
params: {
foo: string;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment