@cobaltio/cobalt-js
    Preparing search index...

    Interface EcosystemLead

    interface EcosystemLead {
        _id: string;
        created_at: string;
        description?: string;
        email: string;
        name?: string;
    }
    Index

    Properties

    _id: string
    created_at: string
    description?: string
    email: string
    name?: string