Initial commit
This commit is contained in:
24
typings/AppVersionProps.d.ts
vendored
Normal file
24
typings/AppVersionProps.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* This file was generated from AppVersion.xml
|
||||
* WARNING: All changes made to this file will be overwritten
|
||||
* @author Mendix UI Content Team
|
||||
*/
|
||||
import { ActionValue, EditableValue } from "mendix";
|
||||
|
||||
export interface AppVersionProps<Style> {
|
||||
name: string;
|
||||
style: Style[];
|
||||
appVersion: string;
|
||||
backendVersion?: EditableValue<string>;
|
||||
updateFlow?: ActionValue;
|
||||
noUpdateFlow?: ActionValue;
|
||||
}
|
||||
|
||||
export interface AppVersionPreviewProps {
|
||||
class: string;
|
||||
style: string;
|
||||
appVersion: string;
|
||||
backendVersion: string;
|
||||
updateFlow: {} | null;
|
||||
noUpdateFlow: {} | null;
|
||||
}
|
||||
Reference in New Issue
Block a user