beamable-sdk / schema / ServiceCall
Type Alias: ServiceCall¶
ServiceCall =
object
Defined in: src/__generated__/schemas/ServiceCall.ts:8
Properties¶
body?¶
optionalbody:string|null
Defined in: src/__generated__/schemas/ServiceCall.ts:9
headers?¶
optionalheaders:StringStringKeyValuePair[] |null
Defined in: src/__generated__/schemas/ServiceCall.ts:10
method?¶
optionalmethod:string
Defined in: src/__generated__/schemas/ServiceCall.ts:11
type?¶
optionaltype:string
Defined in: src/__generated__/schemas/ServiceCall.ts:12
uri?¶
optionaluri:string
Defined in: src/__generated__/schemas/ServiceCall.ts:13