Skip to content

Commit

Permalink
[util] fix: better definition of mix, implementationOf and getInterfa…
Browse files Browse the repository at this point in the history
…ce mixin functions
  • Loading branch information
alekitto committed Feb 23, 2024
1 parent c4cc137 commit 7cdd2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/Transport/InMemory/InMemoryTransport.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ declare namespace Jymfony.Component.Messenger.Transport.InMemory {
/**
* @inheritdoc
*/
send(envelope: Envelope): Promise<void>;
send<T extends object = object>(envelope: Envelope<T>): Promise<Envelope<T>>;

public readonly acknowledged: Envelope[]

Expand Down

0 comments on commit 7cdd2de

Please sign in to comment.