feat: alt and thumbnail

This commit is contained in:
Nevo David 2025-07-01 01:48:50 +07:00
parent fc1384a8bb
commit fd33fe9fa8
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ export type PollDetails = {
export type MediaContent = {
type: 'image' | 'video'; // Type of the media content
path: string;
alt?: string;
thumbnail?: string;
};
export interface SocialProvider