website refactor
This commit is contained in:
@@ -11,4 +11,4 @@ export abstract class Entity<Id> implements EntityProps<Id> {
|
||||
}
|
||||
|
||||
// Alias for backward compatibility
|
||||
export type IEntity<Id = string> = EntityProps<Id>;
|
||||
export type EntityAlias<Id = string> = EntityProps<Id>;
|
||||
|
||||
Reference in New Issue
Block a user