interface Media {
    imageUrl: undefined | string;
}

Properties

Properties

imageUrl: undefined | string