Skip to content

Commit 3f5892c

Browse files
committed
fix docs test
1 parent b1bc604 commit 3f5892c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ember-data-types/q/cache.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import type { JsonApiError, JsonApiResource } from './record-data-json-api';
99
/**
1010
* A hash of changed attributes with the key being the attribute name and the value being an
1111
* array of `[oldValue, newValue]`.
12+
*
13+
* @internal
1214
*/
1315
export type ChangedAttributesHash = Record<string, [unknown, unknown]>;
1416

0 commit comments

Comments
 (0)