Type alias ContextConditionMethodJson

ContextConditionMethodJson: {
    method: Method;
    type: "method";
}

JSON representation of ContextConditionMethod

Type declaration

  • method: Method
  • type: "method"

Example

{ type: "method", method: "GET" }

Example

{ type: "method", method: "POST" }

See

Generated using TypeDoc