interface VariableDecoration {
    color: string;
    firstAppearance?: boolean;
    name: string;
}

Properties

color: string
firstAppearance?: boolean
name: string