stentor-models
Advanced tools
Comparing version 1.59.87 to 1.59.89
/*! Copyright (c) 2019, XAPPmedia */ | ||
import { Card } from "./Card"; | ||
import { List } from "./List"; | ||
import { MultistepForm } from "./MultistepForm"; | ||
import { SimpleDisplay } from "./SimpleDisplay"; | ||
@@ -10,2 +11,2 @@ export interface BaseDisplay { | ||
} | ||
export type Display = Card | List | SimpleDisplay | object; | ||
export type Display = Card | List | SimpleDisplay | MultistepForm | object; |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.59.87", | ||
"version": "1.59.89", | ||
"description": "Models for 📣 stentor", | ||
@@ -37,3 +37,3 @@ "types": "lib/index", | ||
}, | ||
"gitHead": "3239e4f35453805a70d8f101cc5071919aff32a9" | ||
"gitHead": "3ac00dc6cb41671fea9f046e2a64cb0795dbf317" | ||
} |
262173
6527