4 lines
91 B
TypeScript
Raw Normal View History

2020-11-30 13:59:28 -08:00
export const OPEN: 'open';
export const CLOSING: 'closing';
export const CLOSED: 'closed';