UNPKG

@contentacms/contentajs

Version:

A nodejs server that proxies to Contenta CMS and holds custom code.

10 lines (7 loc) 149 B
// @flow import type { ObjectLiteral } from './common'; export type GotResponse = { body: ObjectLiteral, url: string, requestUrl: string, };