feat: alt and thumbnail
This commit is contained in:
parent
fc1384a8bb
commit
fd33fe9fa8
|
|
@ -102,6 +102,8 @@ export type PollDetails = {
|
||||||
export type MediaContent = {
|
export type MediaContent = {
|
||||||
type: 'image' | 'video'; // Type of the media content
|
type: 'image' | 'video'; // Type of the media content
|
||||||
path: string;
|
path: string;
|
||||||
|
alt?: string;
|
||||||
|
thumbnail?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface SocialProvider
|
export interface SocialProvider
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue