Skip to content

Commit

Permalink
Update project.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
leelasn authored Mar 15, 2024
1 parent a35071b commit 4da9455
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/triggers/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ interface TeamProjectsResponse {
state: string;
status: {
id: string;
name: string;
type: string;
};
}[];
pageInfo: {
Expand Down Expand Up @@ -50,6 +52,8 @@ const getProjectList = async (z: ZObject, bundle: Bundle) => {
state
status {
id
name
type
}
}
pageInfo {
Expand Down

0 comments on commit 4da9455

Please sign in to comment.