Sporades SDK API
    Preparing search index...

    Type Alias TeamSummary

    A safe current-user Team presentation. Team names never grant authority.

    type TeamSummary = {
        applicationRoles: string[];
        id: string;
        memberCount: number;
        name: string;
        role: "admin" | "member";
    }
    Index
    applicationRoles: string[]
    id: string
    memberCount: number

    Capped at 99 so a Team list remains bounded.

    name: string
    role: "admin" | "member"