Type alias ContentInfo

ContentInfo: {
    image?: ImageInfo;
    mime?: MimeInfo;
    video?: VideoInfo;
}

Type declaration

Generated using TypeDoc