Skip to content

Commit

Permalink
Fix labels type in StoryChange (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybhan committed Sep 16, 2020
1 parent 3af721b commit 08a9f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export type StoryChange = {
file_ids?: Array<ID>;
follower_ids?: Array<ID>;
iteration_id?: number;
labels?: Array<Label>;
labels?: Array<CreateLabelParams>;
linked_file_ids?: Array<ID>;
name?: string;
owner_ids?: Array<ID>;
Expand Down

0 comments on commit 08a9f88

Please sign in to comment.