Skip to content

Commit

Permalink
chore(store): add store actor url (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobnikj authored Jan 15, 2024
1 parent 396bda7 commit ca54b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resource_clients/store_collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export interface ActorStoreList {
currentPricingInfo: PricingInfo;
pictureUrl?: string;
userPictureUrl?: string;
url: string;
}

export interface StoreCollectionListOptions {
Expand Down

0 comments on commit ca54b14

Please sign in to comment.