ember-immer-changeset
    Preparing search index...

    Interface Change

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

    Properties

    Properties

    key: string
    value: unknown