Skip to content

Commit

Permalink
Merge pull request #1724 from Shopify/export-requireLogin--doc-type
Browse files Browse the repository at this point in the history
export requireLogin doc type
  • Loading branch information
brianshen1990 authored Feb 13, 2024
2 parents be9a9e0 + 6dd8bce commit 4f9f434
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export interface Docs_OrderStatus_AddressApi
export interface Docs_OrderStatus_ShopApi
extends Pick<OrderStatusApi<any>, 'shop'> {}

export interface Docs_OrderStatus_RequireLoginApi
extends Pick<OrderStatusApi<any>, 'requireLogin'> {}

export interface Docs_OrderStatus_CartLinesApi
extends Pick<OrderStatusApi<any>, 'lines'> {}

Expand Down

0 comments on commit 4f9f434

Please sign in to comment.