/** * Post Notify request * * @memberof module:notifyer */ export declare type Request_Notify = { /** Notified channel */ channel: string; /** Message */ message: string; /** User Id */ userId: string; };