interface WithPosition {
    position?: Position;
}

Properties

Properties

position?: Position