We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bc604 commit 3f5892cCopy full SHA for 3f5892c
1 file changed
ember-data-types/q/cache.ts
@@ -9,6 +9,8 @@ import type { JsonApiError, JsonApiResource } from './record-data-json-api';
9
/**
10
* A hash of changed attributes with the key being the attribute name and the value being an
11
* array of `[oldValue, newValue]`.
12
+ *
13
+ * @internal
14
*/
15
export type ChangedAttributesHash = Record<string, [unknown, unknown]>;
16
0 commit comments