5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
const bailoutCodes = {
|
|
PART_NOT_FOUND: 18,
|
|
};
|
|
|
|
export { bailoutCodes };
|