Interface RawBadge

interface RawBadge {
    description: string;
    image: string;
}

Implemented by

Properties

Properties

description: string
image: string