Files
debaters-toolkit/src/core/constants/formats.js
T
2026-06-24 15:10:50 +02:00

6 lines
178 B
JavaScript

export const formats = [
{ value: 'BP', label: 'BP' },
{ value: 'AP', label: 'AP' },
{ value: 'WSDC', label: 'WSDC' },
{ value: 'Others', label: 'Others' }
]