Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
chore: added typings to apollo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpdotone committed Oct 18, 2022
1 parent 4d94dba commit 765f493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/apollo/src/types/ShopifyApolloSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ export interface ShopifyApolloSettings {
api: {
domain: string
storefrontAccessToken: string
cookies?: string,
cookies?: string
apiVersion?: string
},
cms?: Record<string, string>
currency: string
Expand Down

0 comments on commit 765f493

Please sign in to comment.