*Update dist

This commit is contained in:
Derrick Hammer 2022-08-28 22:17:28 -04:00
parent a9e069bafe
commit 9768e2dc9d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 19 deletions

19
dist/index.js vendored
View File

@ -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,
},
},
};