macoolka-type-model
Version:
`macoolka-type-model` is a library for define model in TypeScript. It easily build a type contain field and method to your Application. It provide a generation model for type and validition
20 lines (19 loc) • 818 B
TypeScript
import { MModule, MInterface, MTypeAlias } from '../models/InputModule';
export declare const ElementType: string[];
export declare const FieldElement: MInterface;
export declare const ActionTypes: string[];
export declare const ActionTarget: string[];
export declare const Action: MInterface;
export declare const Element: MTypeAlias;
export declare const Elements: MInterface;
export declare const CardType: string[];
export declare const LayoutType: string[];
export declare const Card: MInterface;
export declare const MutationStyle: string[];
export declare const Formable: MInterface;
export declare const MutationForm: MInterface;
export declare const QueryForm: MInterface;
export declare const Entity: MInterface;
export declare const Module: MInterface;
declare const module: MModule;
export default module;