Interface ColorEntity

interface ColorEntity {
    backColor: string;
    foreColor: string;
}

Properties

Properties

backColor: string
foreColor: string

Generated using TypeDoc