Branch upadate

This commit is contained in:
Julius Gruber
2019-08-05 09:00:13 +02:00
parent f086ee79a5
commit d25f12590d
5 changed files with 30 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
export class AuthMethodModel {
authMethodName: string;
location?: string;
}