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

Properties

Properties

type: string
value: unknown