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

Merge branch 'develop' into 'main'

Added typescript support

See merge request !1
parents 56012da6 522c272b
No related branches found
No related tags found
1 merge request!1Added typescript support
Pipeline #8263 passed
declare module 'security' {
const noTypesYet: any;
export default noTypesYet;
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.
Please register or to comment