Type Alias RectangleSignsType Declaration export type RectangleSignsType = { x: -1 | 1; y: -1 | 1; };