m
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
import { BaseModel } from './_base_model';
|
||||
export declare enum SystemType {
|
||||
Android = 1,
|
||||
Ios = 2
|
||||
}
|
||||
export declare class AppVersionModel extends BaseModel {
|
||||
title: string;
|
||||
latestVersion: string;
|
||||
systemType: SystemType;
|
||||
downloadUrl: string;
|
||||
}
|
||||
Reference in New Issue
Block a user