Variables
Const dumpsterIDParam
dumpsterIDParam: ObjectSchema<any> = ...
Const getDumpster
getDumpster: { params: ObjectSchema<any>; query: ObjectSchema<any> } = ...
Type declaration
-
params: ObjectSchema<any>
-
query: ObjectSchema<any>
Const getRevisions
getRevisions: { params: ObjectSchema<any> } = ...
Type declaration
-
params: ObjectSchema<any>
Const locationParams
locationParams: { query: ObjectSchema<any> } = ...
Const patchRevision
patchRevision: { body: ObjectSchema<any>; params: ObjectSchema<any> } = ...
Type declaration
-
body: ObjectSchema<any>
-
params: ObjectSchema<any>
Const postDumpster
postDumpster: { body: ObjectSchema<any> } = ...
Const putDumpster
putDumpster: { body: ObjectSchema<any>; params: ObjectSchema<any> } = ...
Type declaration
-
body: ObjectSchema<any>
-
params: ObjectSchema<any>
Validator for a specific dumpster request