Skip to content

Commit fd33fe9

Browse files
committed
feat: alt and thumbnail
1 parent fc1384a commit fd33fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/nestjs-libraries/src/integrations/social/social.integrations.interface.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ export type PollDetails = {
102102
export type MediaContent = {
103103
type: 'image' | 'video'; // Type of the media content
104104
path: string;
105+
alt?: string;
106+
thumbnail?: string;
105107
};
106108

107109
export interface SocialProvider

0 commit comments

Comments
 (0)