Interface CoatOfArmFormats

Formats for the country coat of arm images

interface CoatOfArmFormats {
    png: string;
    svg: string;
}

Properties

Properties

png: string

The PNG format of the coat of arms

svg: string

The SVG format of the coat of arms