jinaga
Version:
Data management for web and mobile applications.
6 lines • 405 B
TypeScript
export declare const ContentTypeText: "text/plain";
export declare const ContentTypeJson: "application/json";
export declare const ContentTypeGraph: "application/x-jinaga-graph-v1";
export declare type PostContentType = typeof ContentTypeText | typeof ContentTypeJson | typeof ContentTypeGraph;
export declare type PostAccept = typeof ContentTypeJson | undefined;
//# sourceMappingURL=ContentType.d.ts.map