useresponse
    Preparing search index...

    Interface CommentsListResponse

    interface CommentsListResponse {
        success?: Comment[];
    }
    Index

    Properties

    Properties

    success?: Comment[]