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

Added typescript support

parent c1d62389
1 merge request!1Added typescript support
Pipeline #8262 passed
declare module 'security' {
const noTypesYet: any;
export default noTypesYet;
}
\ No newline at end of file
export as namespace Security;
export = Security;
declare class Security {
constructor();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment