v 1.0.8
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
|
||||
declare namespace DataInfoModel {
|
||||
|
||||
type QueryDataInfoData = {
|
||||
collection: DataInfoBase[];
|
||||
current: number;
|
||||
total: number;
|
||||
}
|
||||
|
||||
interface DataInfoBase {
|
||||
id: string;
|
||||
type: number;
|
||||
dataString: string;
|
||||
createdTime: Date;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user