Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 259 Bytes

queryparamrequesttype.md

File metadata and controls

17 lines (11 loc) · 259 Bytes

QueryParamRequestType

Filter data by request type.

Example Usage

import { QueryParamRequestType } from "@avalabs/avacloud-sdk/models/operations";

let value: QueryParamRequestType = "rpc";

Values

"data" | "rpc"