argos/dmp-frontend/src/app/utilities/types/ApiResponseCode.ts

5 lines
72 B
TypeScript
Raw Normal View History

2018-03-05 17:18:45 +01:00
export enum ApiResponseCode {
2018-10-05 17:00:54 +02:00
JSON_RESPONSE = 0,
FILE_RESPONSE = 1,
}