jamespot-user-api
    Preparing search index...

    Type Alias jCommentLittle

    jCommentLittle: Merge<
        jObjectBase,
        {
            _user: jUserLittle;
            dateCreation: string;
            dateModified: string
            | null;
            description: string | null;
            mainType: "comment";
        },
    >