Interface Platform

interface Platform {
    color: string;
    default_language: string;
    homepage: null | string;
    name: string;
    project_count: number;
}

Properties

color: string
default_language: string
homepage: null | string
name: string
project_count: number