interface ITheme {
    caption?: string;
    condensed: string[];
    fragments: string[];
    hidden?: boolean;
    name: string;
}

Properties

caption?: string
condensed: string[]
fragments: string[]
hidden?: boolean
name: string
MMNEPVFCICPMFPCPTTAAATR