7 lines
215 B
TypeScript
7 lines
215 B
TypeScript
export const engineBookingErrorConfig = {
|
|
/* Bookings error */
|
|
7000: 'That slot has already been reserved',
|
|
7001: 'There was an error manipulating the dates',
|
|
7002: 'That slot is not available ',
|
|
};
|