Skip to content

Commit

Permalink
fix: updated types for intergration
Browse files Browse the repository at this point in the history
  • Loading branch information
wconrad265 committed Nov 1, 2024
1 parent c9bfa6d commit 6936461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/integration/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ export interface IntegrationRegistrationResponse {

export interface ScopeWriter {
all?: boolean;
[key: string]: ScopePermission[] | ;
[key: string]: ScopePermission[] | boolean;
}

0 comments on commit 6936461

Please sign in to comment.