Type alias ContextConditionPathJson

ContextConditionPathJson: {
    path: string;
    type: "path";
}

JSON representation of ContextConditionPath

Type declaration

  • path: string

    Path that is matched

    Example

    "/api/:id"
    
  • type: "path"

    Type of the condition (always "path" for ContextConditionPath)

Generated using TypeDoc