nestjs-telegraf/lib/interfaces/update-metadata.interface.ts
2021-01-02 01:27:01 +03:00

7 lines
135 B
TypeScript

export interface UpdateMetadata {
name: string;
type: string;
methodName: string;
callback?: Function | Record<string, any>;
}