UNPKG

unmock-core

Version:

[![npm](https://img.shields.io/npm/v/unmock-core.svg)][npmjs] [![CircleCI](https://circleci.com/gh/unmock/unmock-js.svg?style=svg)](https://circleci.com/gh/unmock/unmock-js) [![codecov](https://codecov.io/gh/unmock/unmock-js/branch/dev/graph/badge.svg)](h

20 lines 493 B
import { Schema } from "../interfaces"; export declare const TopLevelDSLKeys: { [DSLKey: string]: string; }; export interface ITopLevelDSL { $code?: number; $times?: number; } export interface IDSL { $size?: number; [key: string]: number | string | boolean | undefined; } export declare type Props = Record<string, Schema>; export interface IUnmockProperty { [key: string]: { type: string; default: any; }; } //# sourceMappingURL=interfaces.d.ts.map