UNPKG

jinaga

Version:

Data management for web and mobile applications.

6 lines 389 B
export declare const ContentTypeText: "text/plain"; export declare const ContentTypeJson: "application/json"; export declare const ContentTypeGraph: "application/x-jinaga-graph-v1"; export type PostContentType = typeof ContentTypeText | typeof ContentTypeJson | typeof ContentTypeGraph; export type PostAccept = typeof ContentTypeJson | undefined; //# sourceMappingURL=ContentType.d.ts.map