Skip to content

Commit 3364148

Browse files
committed
fix: Export Quote and ShallowQuote entity types
1 parent be42256 commit 3364148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mastodon/entities/v1/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export type * from "./notification-request.js";
2525
export type * from "./poll.js";
2626
export type * from "./preference.js";
2727
export type * from "./preview-card.js";
28+
export type * from "./quote.js";
2829
export type * from "./reaction.js";
2930
export type * from "./relationship.js";
3031
export type * from "./relationship-severance-event.js";
@@ -33,6 +34,7 @@ export type * from "./role.js";
3334
export type * from "./rule.js";
3435
export type * from "./scheduled-status.js";
3536
export type * from "./search.js";
37+
export type * from "./shallow-quote.js";
3638
export type * from "./status.js";
3739
export type * from "./status-edit.js";
3840
export type * from "./status-source.js";

0 commit comments

Comments
 (0)