Interface Footer

interface Footer {
    footer: string;
    footer_icon: string;
    ts: number;
}

Properties

Properties

footer: string
footer_icon: string
ts: number