Interface FlagFormats

The flag formats

interface FlagFormats {
    alt: string;
    png: string;
    svg: string;
}

Properties

Properties

alt: string

The alternative description of the flag

png: string

The PNG format of the flag

svg: string

The SVG format of the flag