import Position from "../../position/Position";
export type T_Position = string | Position | string[] | number[];
