# Visibility

Enum representing the visibility of a Book

### PRIVATE

```ts
PRIVATE: "PRIVATE";
```

The book can be accessed by the owner and collaborators

***

### PUBLIC

```ts
PUBLIC: "PUBLIC";
```

The book can be accessed by anyone with the link
