Type alias SyntheticsTestCallType

SyntheticsTestCallType: typeof HEALTHCHECK | typeof UNARY | typeof INIT | typeof TOOL_LIST | typeof TOOL_CALL | UnparsedObject

The type of call to perform. Used by gRPC steps (healthcheck, unary) and MCP steps (init, tool_list, tool_call). Valid values depend on the parent step's subtype.

Generated using TypeDoc