Interface MediaAttachmentMetaColors

interface MediaAttachmentMetaColors {
    accent: string;
    background: string;
    foreground: string;
}

Properties

accent: string
background: string
foreground: string