website refactor
This commit is contained in:
@@ -10,4 +10,4 @@ export interface DomainEventPublisher {
|
||||
}
|
||||
|
||||
// Alias for backward compatibility
|
||||
export type IDomainEvent<T = unknown> = DomainEvent<T>;
|
||||
export type DomainEventAlias<T = unknown> = DomainEvent<T>;
|
||||
|
||||
Reference in New Issue
Block a user