Skip to content

Commit 7766a8c

Browse files
committed
createItemのオプション tags をArrayに修正
1 parent 22f34a7 commit 7766a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface CreateItemOptions {
5555
/** 限定共有状態かどうかを表すフラグ (Qiita:Teamでは無効) */
5656
private?: boolean;
5757
/** 投稿に付いたタグ一覧 */
58-
tags: Tagging;
58+
tags: Tagging[];
5959
/** 投稿のタイトル */
6060
title: string;
6161
/** Twitterに投稿するかどうか (Twitter連携を有効化している場合のみ有効) */

0 commit comments

Comments
 (0)