interface NameValue {
    name: string;
    value: unknown;
}

Properties

Properties

name: string
value: unknown