export interface rank_playerHandler_onlyNotify_Req {
  /**
   * @TJS-type number
   */
  token: number;
  msg?: string;
}