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

11 lines
193 B
TypeScript

export enum InterceptorType {
AuthToken = 0,
JSONContentType = 1,
Locale = 2,
ProgressIndication = 3,
RequestTiming = 4,
UnauthorizedResponse = 5,
ResponsePayload = 5,
StatusCode = 6
}