interface NameValue {
    code?: Code;
    key?: unknown;
    ref: unknown;
}

Properties

Properties

code?: Code
key?: unknown
ref: unknown