unmock-core
Version:
[][npmjs] [](https://circleci.com/gh/unmock/unmock-js) [](h
20 lines • 493 B
TypeScript
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