libraries.io
    Preparing search index...

    Interface Platform

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

    Properties

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