interface SizePreset {
    aspect: string;
    height: number;
    id: string;
    label: string;
    ratio: string;
    width: number;
}

Properties

aspect: string
height: number
id: string
label: string
ratio: string
width: number