proto
This commit is contained in:
parent
66918ab247
commit
afb925bc40
@ -8,9 +8,9 @@ export type ReqOpen = {
|
||||
|
||||
export type ResOpen = {
|
||||
record:{
|
||||
[k: string]: number;
|
||||
[k: string]: any;
|
||||
}
|
||||
buyLog:{
|
||||
[k: string]: number;
|
||||
[k: string]: any;
|
||||
}
|
||||
};
|
@ -11225,7 +11225,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
||||
"indexSignature": {
|
||||
"keyType": "String",
|
||||
"type": {
|
||||
"type": "Number"
|
||||
"type": "Any"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -11238,7 +11238,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
||||
"indexSignature": {
|
||||
"keyType": "String",
|
||||
"type": {
|
||||
"type": "Number"
|
||||
"type": "Any"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user