Interface OutfitThumb

interface OutfitThumb {
    id: number;
    name: string;
    url: string;
}

Hierarchy

  • Context
    • OutfitThumb

Properties

Properties

id: number
name: string
url: string