PromucFlow_constructor/app/client/src/api/ApiRequests.tsx
2019-08-26 18:11:21 +05:30

12 lines
225 B
TypeScript

import { ContentType, DataType, EncodingType } from "../constants/ApiConstants";
export interface ApiHeaders {
Accept: ContentType
"Content-Type": ContentType
dataType: DataType
}
export interface ApiRequest {
}