UNPKG

quoad

Version:

Serenity/JS: Next generation acceptance testing library for modern web applications.

7 lines (5 loc) 108 B
import { JSONObject } from 'tiny-types'; export interface DTO { type: string; value: JSONObject; }