mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-25 23:44:39 +03:00
43816099a6
This reverts commit 2d23eba148
.
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export interface ListenerMetadata {
|
|
method: string;
|
|
args: unknown[];
|
|
}
|