jamespot-user-api
    Preparing search index...

    Type Alias GetCommentsParams

    type GetCommentsParams = {
        attachment?: boolean;
        idArticle: number;
        limits?: { max: number; start: number };
    }
    Index

    Properties

    attachment?: boolean
    idArticle: number
    limits?: { max: number; start: number }