client icon indicating copy to clipboard operation
client copied to clipboard

incorrect type in ComponentMediaGalleryItemData?

Open be195 opened this issue 9 months ago • 0 comments

export interface ComponentMediaGalleryItemData {
    description?: number;
// [...]

description should be a string, otherwise it creates a type error, forcing the developer to use a type conversion:

image image

be195 avatar May 07 '25 22:05 be195