Skip to main content

Type Alias: ProtocolConfigAttr

type ProtocolConfigAttr = {
key: string;
value?: string;
};

A key-value protocol configuration attribute.

Properties

key

key: string;

value?

optional value?: string;