Skip to content

Commit

Permalink
feat(lib): rm an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Mar 7, 2024
1 parent 6e73aa3 commit 8554bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import PubNub, {
import { User } from "./entities/user"
import { Message } from "./entities/message"
import { Event } from "./entities/event"
import { Chat } from "./entities/chat"

export type ChannelType = "direct" | "group" | "public" | "unknown"

Expand Down

0 comments on commit 8554bb8

Please sign in to comment.