export interface MaskPosition { point: string; x_shift: number; y_shift: number; scale: number; }