ImageSize type

Defines values for ImageSize. Possible values include: 'All', 'Small', 'Medium', 'Large', 'Wallpaper'

type ImageSize = "All" | "Small" | "Medium" | "Large" | "Wallpaper"