UNPKG

express-msteams-host

Version:
6 lines (5 loc) 267 B
/** * Decorator function for Messaging Extensions * @param name Name of the messaging extension matching the commandId to filter commands on, or skip for catch-all scenarios */ export declare function MessageExtensionDeclaration(name?: string): PropertyDecorator;