client
client copied to clipboard
incorrect type in ComponentMediaGalleryItemData?
export interface ComponentMediaGalleryItemData {
description?: number;
// [...]
description should be a string, otherwise it creates a type error, forcing the developer to use a type conversion:
