Interface MediaAttachmentMetaImage

interface MediaAttachmentMetaImage {
    aspect: number;
    height: number;
    size: string;
    width: number;
}

Properties

Properties

aspect: number
height: number
size: string
width: number