argos/dmp-frontend/src/app/common/http/interceptors/interceptor-type.ts

11 lines
193 B
TypeScript
Raw Normal View History

2019-01-18 18:03:45 +01:00
export enum InterceptorType {
AuthToken = 0,
JSONContentType = 1,
Locale = 2,
ProgressIndication = 3,
RequestTiming = 4,
UnauthorizedResponse = 5,
ResponsePayload = 5,
StatusCode = 6
2019-01-18 18:03:45 +01:00
}