Interface DrupalFileMeta

interface DrupalFileMeta {
    alt?: string;
    height: number;
    title?: string;
    width: number;
}

Properties

Properties

alt?: string
height: number
title?: string
width: number