UNPKG

ngx-drupal8-rest

Version:

> A wrapper library to connect to a Drupal8+ based backend

8 lines (7 loc) 157 B
export interface Settings { host: string; protocol: 'http' | 'https'; requestTimeout?: number; port?: number; cookieLifetime?: number; }