UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

2 lines (1 loc) 186 B
export type TBookingStatus = 'NOT_OPENED' | 'OPENED' | 'BEING_PROCESSED' | 'SHEDULED' | 'CLOSED_WITH_SUCCESS' | 'CLOSED_WITH_FAILURE' | 'WAITING_FOR_ANOTHER_CALL' | 'SAVED_WITH_ERROR';