Type alias Frame

Frame: {
    position: Point;
    size: Size;
}

Type declaration