This commit is contained in:
Vito Albano
2023-12-12 17:32:38 +00:00
parent 4313869127
commit 4c3936c599
@@ -19,4 +19,5 @@ export interface BasicAuth {
username?: string;
password?: string;
ticket?: string;
test?: string;
}