File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ export type IQnaEmbedConfiguration = models.IQnaEmbedConfiguration;
5050
5151export  type  IQuickCreateConfiguration  =  models . IQuickCreateConfiguration ; 
5252
53+ export  type  IReportCreateConfiguration  =  models . IReportCreateConfiguration ; 
54+ 
5355export  type  ILocaleSettings  =  models . ILocaleSettings ; 
5456
5557export  type  IQnaSettings  =  models . IQnaSettings ; 
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export {
3232  IDashboardEmbedConfiguration , 
3333  ITileEmbedConfiguration , 
3434  IQuickCreateConfiguration , 
35+   IReportCreateConfiguration , 
3536  Embed , 
3637  ILocaleSettings , 
3738  IEmbedSettings , 
@@ -52,6 +53,9 @@ export {
5253export  { 
5354  QuickCreate 
5455}  from  './quickCreate' ; 
56+ export  { 
57+   Create 
58+ }  from  './create' ; 
5559export  { 
5660  BasicFilterBuilder , 
5761  AdvancedFilterBuilder , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments