Skip to content

Commit a75493b

Browse files
committed
[codestyle] Ignore ternaries formatting
1 parent 398a981 commit a75493b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,6 +3338,7 @@ declare namespace Shopify {
33383338
topic: WebhookTopic;
33393339
}
33403340

3341+
// prettier-ignore
33413342
export type WebhookType<T extends WebhookTopic> = T extends 'app/uninstalled'
33423343
? IShop
33433344
: T extends 'carts/create'

0 commit comments

Comments
 (0)