Skip to content

Commit

Permalink
Add approvals property
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Oct 21, 2023
1 parent 9dee0a9 commit d240161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/resources/Deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export interface DeploymentSchema extends Record<string, unknown> {
user: UserSchema;
deployable: DeployableSchema;
environment: EnvironmentSchema;
pending_approval_count?: number;
approvals?: DeploymentApprovalStatusSchema[];
}

export type AllDeploymentsOptions = {
Expand Down

0 comments on commit d240161

Please sign in to comment.