Interface Project

interface Project {
    id: string;
    image: Image;
    name: string;
    symbol: string;
    type: string;
}

Properties

Properties

id: string
image: Image
name: string
symbol: string
type: string