Skip to content

Instantly share code, notes, and snippets.

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