Skip to content

Commit 48e9c98

Browse files
authored
Improve type (#31989)
1 parent d50ad88 commit 48e9c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/base-application/entity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export interface Entity<F extends Field = Field, R extends Relationship = Relati
350350

351351
primaryKey?: PrimaryKey<F>;
352352

353-
changelogDateForRecent: any;
353+
changelogDateForRecent: Date;
354354
}
355355

356356
export const mutateEntity = {

0 commit comments

Comments
 (0)