interface RawDomainTag {
    color: string;
    name: string;
}

Properties

Properties

color: string

A CSS color value

name: string

The domain to tag, e.g. "example.com"