nestjs-telegraf/lib/interfaces/update-metadata.interface.ts

7 lines
135 B
TypeScript
Raw Normal View History

2021-01-02 01:27:01 +03:00
export interface UpdateMetadata {
name: string;
type: string;
methodName: string;
callback?: Function | Record<string, any>;
}