typealias ImageSize

export type ImageSize = (typeof ALLOWED_SIZES)[number];
(typeof ALLOWED_SIZES)[number]