Skip to content

Commit

Permalink
[codestyle] Ignore ternaries formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Dec 7, 2023
1 parent 398a981 commit a75493b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -3338,6 +3338,7 @@ declare namespace Shopify {
topic: WebhookTopic;
}

// prettier-ignore
export type WebhookType<T extends WebhookTopic> = T extends 'app/uninstalled'
? IShop
: T extends 'carts/create'
Expand Down

0 comments on commit a75493b

Please sign in to comment.