Skip to content

Commit

Permalink
🐛 fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Feb 13, 2023
1 parent 02f2d32 commit 390501c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/model/message.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { ChatId, ContactId, MessageId } from "./aliases";
import { ChatId, ContactId, MessageId, GroupChatId } from "./aliases";
import { Button, Row, Section } from "./button";
import { Chat } from "./chat";
import { Contact } from "./contact";
import { GroupChatId } from '../../../types-only/dist/api/model/aliases';

export interface Message {
/**
Expand Down

0 comments on commit 390501c

Please sign in to comment.