jamespot-user-api
    Preparing search index...

    Type Alias jGroupView

    jGroupView: Merge<
        jGroupList,
        {
            description?: string;
            edito?: string
            | null;
            idCommunity?: string;
            image?: string | null;
            language: string;
            spotBanner?: Record<string, SpotBannerImage> | never[];
            useTeaser?: "" | "0" | "1" | null;
        },
    >