Status mit ZeitConsens synchronisieren

This commit is contained in:
2021-08-27 18:14:09 +02:00
parent 4283ee6b5c
commit cd303869c8
3 changed files with 137 additions and 0 deletions

4
src/zc-status.ts Normal file
View File

@ -0,0 +1,4 @@
export class ZcStatus {
public user: string;
public loggedIn: boolean;
}