const positionStatuses = [ 'SHORT', 'LONG', 'CLOSING', 'LIQUIDATION', 'ZERO', ] as const; export default positionStatuses;