Skip to content

Commit

Permalink
$key added
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Dec 5, 2024
1 parent e4cc0d3 commit 39ed5eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/IClrEntity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface INavigationProperties {

export default interface IClrEntity {
$type: string;
$key?: string;
$deleted?: boolean;
$navigations?: INavigationProperties;
}
Expand Down

0 comments on commit 39ed5eb

Please sign in to comment.