Skip to content

Commit

Permalink
reverted the changes in definitions.ts file
Browse files Browse the repository at this point in the history
Signed-off-by: brf153 <[email protected]>
  • Loading branch information
brf153 committed Nov 6, 2023
1 parent 3a112dd commit ea7bff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/message-parser/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export type Quote = {
value: Paragraph[];
};

export type Markup = Italic | Strike | Bold | Plain | ChannelMention;
export type Markup = Italic | Strike | Bold | Plain;
export type MarkupExcluding<T extends Markup> = Exclude<Markup, T>;

export type Bold = {
Expand Down

0 comments on commit ea7bff9

Please sign in to comment.