File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " @levimc-lse/types" 
3-   "version" : " 2.15.0 " 
3+   "version" : " 2.16.3 " 
44  "description" : " TypeScript declaration files for the Legacy Script Engine." 
55  "types" : " src/index.d.ts" 
66  "files" : [
Original file line number Diff line number Diff line change @@ -863,33 +863,23 @@ declare class Player {
863863  ) : number  |  null 
864864
865865  /** 
866-    * 发送SimpleForm表单  
866+    * 发送 SimpleForm 表单  
867867   * @param  fm 配置好的表单对象 
868868   * @param  callback 玩家与表单元素互动之后被调用的回调函数。 
869869   */ 
870870  sendForm ( 
871871    fm : SimpleForm , 
872-     callback : ( player : Player ,  id : number  |  null )  =>  void , 
872+     callback : ( player : Player ,  id : number  |  undefined )  =>  void , 
873873  ) : number  |  null 
874874
875875  /** 
876-    * 发送CustomForm表单  
876+    * 发送 CustomForm 表单  
877877   * @param  fm 配置好的表单对象 
878878   * @param  callback 玩家与表单元素互动之后被调用的回调函数。 
879879   */ 
880880  sendForm ( 
881881    fm : CustomForm , 
882-     callback : ( player : Player ,  data : any [ ]  |  null )  =>  void , 
883-   ) : number  |  null 
884- 
885-   /** 
886-    * 发送表单 
887-    * @param  fm 配置好的表单对象 
888-    * @param  callback 玩家与表单元素互动之后被调用的回调函数。 
889-    */ 
890-   sendForm ( 
891-     fm : CustomForm  |  SimpleForm , 
892-     callback : ( player : Player ,  data : number  |  any [ ]  |  null )  =>  void , 
882+     callback : ( player : Player ,  data : ( undefined  |  string  |  number  |  boolean ) [ ]  |  undefined )  =>  void , 
893883  ) : number  |  null 
894884
895885  /** 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments