Skip to content

Commit

Permalink
docs(APITeamMember): update deprecation message (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza authored Aug 28, 2023
1 parent 36e3d15 commit ceb2f03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno/payloads/v10/teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface APITeamMember {
/**
* Will always be `["*"]`
*
* @deprecated
* @deprecated Use `role` instead
*/
permissions: ['*'];
/**
Expand Down
2 changes: 1 addition & 1 deletion deno/payloads/v9/teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface APITeamMember {
/**
* Will always be `["*"]`
*
* @deprecated
* @deprecated Use `role` instead
*/
permissions: ['*'];
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v10/teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface APITeamMember {
/**
* Will always be `["*"]`
*
* @deprecated
* @deprecated Use `role` instead
*/
permissions: ['*'];
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v9/teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface APITeamMember {
/**
* Will always be `["*"]`
*
* @deprecated
* @deprecated Use `role` instead
*/
permissions: ['*'];
/**
Expand Down

1 comment on commit ceb2f03

@vercel
Copy link

@vercel vercel bot commented on ceb2f03 Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.