Message() function

Signature:

export declare function Message(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;

Returns:

(target: any, propertyKey: string, descriptor: PropertyDescriptor) => void