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

5 lines
51 B
TypeScript

export enum AuthStatus {
LoggedIn,
LoggedOut
}