Skip to content
Snippets Groups Projects
Commit 522c272b authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Added typescript support

parent c1d62389
Branches
Tags
1 merge request!1Added typescript support
Pipeline #8262 passed
declare module 'security' { export as namespace Security;
const noTypesYet: any;
export default noTypesYet; export = Security;
declare class Security {
constructor();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment