WorkloadRoute interface
An interface representing a particular workload-side route, including its path and query parameters
Properties
path | The path of the workload application |
query |
The query parameters of the workload application |
Property Details
path
The path of the workload application
path: string
Property Value
string
queryParams
The query parameters of the workload application
queryParams?: Record<string, string>
Property Value
Record<string, string>