jamespot-user-api
    Preparing search index...

    Type Alias AddCommentParams

    type AddCommentParams = {
        alertAuthor: boolean;
        content: string;
        idArticle: number;
        sendAlert: boolean;
        token: string;
        type?: "comment" | "commentResponse";
        widgets?: WidgetWrapperProps[];
    }
    Index

    Properties

    alertAuthor: boolean
    content: string
    idArticle: number
    sendAlert: boolean
    token: string
    type?: "comment" | "commentResponse"
    widgets?: WidgetWrapperProps[]