Skip to content
Snippets Groups Projects

Added typescript support

Merged Sigmund, Dominik requested to merge develop into main
1 file
+ 7
4
Compare changes
  • Side-by-side
  • Inline
+ 7
4
declare module 'security' {
export as namespace Security;
const noTypesYet: any;
export default noTypesYet;
export = Security;
}
\ No newline at end of file
declare class Security {
 
constructor();
 
}
Loading