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

4 lines
77 B
TypeScript
Raw Normal View History

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