PeerTube/client/app/users/shared/auth-status.model.ts

5 lines
51 B
TypeScript

export enum AuthStatus {
LoggedIn,
LoggedOut
}