PeerTube/client/angular/users/models/authStatus.ts

5 lines
51 B
TypeScript

export enum AuthStatus {
LoggedIn,
LoggedOut
}