feat: added field "title" and switched to it to free up caption for its normal use
This commit is contained in:
@@ -54,6 +54,7 @@ export interface MediaData {
|
||||
size: number;
|
||||
width?: number;
|
||||
height?: number;
|
||||
title?: string;
|
||||
alt?: string;
|
||||
caption?: string;
|
||||
createdAt: string;
|
||||
|
||||
Reference in New Issue
Block a user