import AspectRatioType from '../enums/AspectRatioType.enum'; export interface Ar { type: AspectRatioType, ratio?: number }