Skip to content

Commit

Permalink
fix: remove deprecated description key fom project type
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpshr committed Nov 14, 2019
1 parent 4f840b3 commit 8362134
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion abstract-sdk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ type Project = {
id: string,
name: string,
about: string,
description: string,
color: string,
createdAt: string,
updatedAt: string,
Expand Down
1 change: 0 additions & 1 deletion docs/abstract-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,6 @@ for example for a project, a platform (e.g. Web / iOS), or by client.
| `color` | `string` | A hex value that represents a custom project color |
| `createdAt` | `string` | Timestamp that the project was created |
| `createdByUser` | `User` | The user that created the project |
| `description` | `string` | A longer summary of the project |
| `firstPushedAt` | `string` | Timestamp that the project first received data |
| `id` | `string` | UUID |
| `name` | `string` | The name of the project |
Expand Down
1 change: 0 additions & 1 deletion src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ export type Project = {
id: string,
name: string,
about: string,
description: string,
color: string,
createdAt: string,
updatedAt: string,
Expand Down

0 comments on commit 8362134

Please sign in to comment.