Type Alias QriTemplate

Template definition used to construct a QRI segment from connection property values.

type QriTemplate = {
    properties: string[];
    template: string;
}
Index
properties: string[]

Ordered list of property names referenced by the template placeholders.

template: string

Template string with {propertyName} placeholders for connection property values.