jamespot-user-api
    Preparing search index...

    Type Alias jSupportList

    jSupportList: Merge<
        jArticleList,
        {
            supportOwner: jUserLittle[];
            supportStatus: number
            | string
            | null;
            supportType: number | string | null;
            type: "support";
        },
    >