Skip to content

beamable-sdk / schema / ServiceCall

Type Alias: ServiceCall

ServiceCall = object

Defined in: src/__generated__/schemas/ServiceCall.ts:8

Properties

body?

optional body: string | null

Defined in: src/__generated__/schemas/ServiceCall.ts:9


headers?

optional headers: StringStringKeyValuePair[] | null

Defined in: src/__generated__/schemas/ServiceCall.ts:10


method?

optional method: string

Defined in: src/__generated__/schemas/ServiceCall.ts:11


type?

optional type: string

Defined in: src/__generated__/schemas/ServiceCall.ts:12


uri?

optional uri: string

Defined in: src/__generated__/schemas/ServiceCall.ts:13