interface DynamicFieldName {
    type: string;
    value: unknown;
}

Properties

type: string
value: unknown
""