Skip to content

Commit

Permalink
update correct AssetGroupMemberParams type
Browse files Browse the repository at this point in the history
  • Loading branch information
benwaples committed Feb 5, 2024
1 parent 3eddbc3 commit 2c8d45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/javascript/js-client-library/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export interface AssetGroupMemberParams {
environment_kind?: string;
environment_id?: string;
primary_kind?: string;
custom_member?: string;
skip?: number;
limit?: number;
}
Expand Down

0 comments on commit 2c8d45d

Please sign in to comment.