jamespot-user-api
    Preparing search index...

    Type Alias CommentReturn<F, T, E>

    CommentReturn: CommentWithExtensions<
        [T] extends [never] ? FormatComments<F> : Comments<F, T>,
        E,
    >

    Type Parameters