Created default value for HoppRESTRequest for testing

This commit is contained in:
Jason Casareno
2022-07-27 17:47:37 -07:00
parent 5413bc584a
commit 8aa066e2ab
3 changed files with 11 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import { lodashIsEqualEq, mapThenEq, undefinedEq } from "../utils/eq"
export * from "./content-types"
export * from "./HoppRESTAuth"
export const RESTReqSchemaVersion = "2"
export const RESTReqSchemaVersion = "1"
export type HoppRESTParam = {
key: string