PromucFlow_constructor/app/client/src/api/ApiRequests.tsx

12 lines
225 B
TypeScript
Raw Normal View History

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