Skip to content

Commit

Permalink
Update items.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hculea authored Feb 4, 2025
1 parent aeb22f4 commit ae03638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ItemsSharesApi, ItemsShares } from "./items_shares.js";
* The Items API holds all operations the SDK client can perform on 1Password items.
*/
export interface ItemsApi {
shares: ItemsSharesApi;
public shares: ItemsSharesApi;
/**
* Create a new item.
*/
Expand Down

0 comments on commit ae03638

Please sign in to comment.