Sporades SDK API
    Preparing search index...

    Type Alias TeamJoinLinkInspection

    Safe pre-auth Join-link presentation. It intentionally omits the target email and creator.

    type TeamJoinLinkInspection = {
        expiresAt: string | null;
        team: { id: string; name: string } | null;
        usable: boolean;
    }
    Index
    expiresAt: string | null
    team: { id: string; name: string } | null
    usable: boolean