We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tags
1 parent 22f34a7 commit 7766a8cCopy full SHA for 7766a8c
src/client/options.ts
@@ -55,7 +55,7 @@ export interface CreateItemOptions {
55
/** 限定共有状態かどうかを表すフラグ (Qiita:Teamでは無効) */
56
private?: boolean;
57
/** 投稿に付いたタグ一覧 */
58
- tags: Tagging;
+ tags: Tagging[];
59
/** 投稿のタイトル */
60
title: string;
61
/** Twitterに投稿するかどうか (Twitter連携を有効化している場合のみ有効) */
0 commit comments