interface Change {
    key: string;
    value: unknown;
}

Properties

Properties

key: string
value: unknown