• Parameters

    • data: {
          author_user_id: number;
          comment: string;
          novel_id: number;
          type: "comment" | "stamp";
      }
      • author_user_id: number
      • comment: string
      • novel_id: number
      • type: "comment" | "stamp"

    Returns Promise<any>

Generated using TypeDoc