Interface Meta

Represents metadata with a key-value pair.

interface Meta {
    key: string;
    value: string;
}

Properties

Properties

key: string
value: string