Skip to content

Commit 8dc0016

Browse files
committed
docs(): improved type docs
1 parent a2e9d26 commit 8dc0016

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/models/project.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ type UpdateProjectPatternPayload = {
133133
};
134134

135135
type RemoveProjectPatternPayload = {
136+
/**
137+
* Id of the pattern to be removed
138+
*/
136139
id: string,
137140
}
138141

0 commit comments

Comments
 (0)