export interface AssetSize { correction: number; height: number; width: number; bleed_abs?: {top: 0, left: 0, right: 0, bottom: 0}; bleed_rel?: {top: 0, left: 0, right: 0, bottom: 0}; }