Type Alias QriRequestPathPropertyArray

QriRequestPathPropertyArray: QriPropertyRef[]

Ordered list of property values used to populate the path segment of the QRI template.

[
{
name: "database",
value: "Northwind"
},
{
name: "schema",
value: "Person"
},
{
name: "table",
value: "Address"
}
]