umami-api-js
    Preparing search index...

    Interface MinimalTeam

    interface MinimalTeam {
        id: string;
        logoUrl: string | null;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    logoUrl: string | null
    name: string