I have TypeScript interfaces that I use in Axios and they\'re ugly since my API requires them in that way:
interface MyImage { URI: string, Width?: number,