*Update dist
This commit is contained in:
parent
a9e069bafe
commit
9768e2dc9d
|
@ -1,19 +0,0 @@
|
|||
// @ts-ignore
|
||||
export const RPC_REQUEST_SCHEMA = {
|
||||
type: "object",
|
||||
properties: {
|
||||
module: {
|
||||
type: "string",
|
||||
},
|
||||
method: {
|
||||
type: "string",
|
||||
},
|
||||
data: {
|
||||
type: ["number", "string", "boolean", "object", "array"],
|
||||
},
|
||||
bypassCache: {
|
||||
type: "boolean",
|
||||
nullable: true,
|
||||
},
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue