Skip to content

Commit e7057d9

Browse files
committed
chore: prettier
1 parent ea0d57b commit e7057d9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/entities/experience.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ export type ExperienceLocalePublishPayload = { add: string[] } | { remove: strin
7575
// Create payload — no sys, uses either componentTypeId (component-type-backed) or
7676
// templateId (template-backed). The two fields are mutually exclusive.
7777
export type CreateExperienceProps = ExperienceCommonProps &
78-
({ componentTypeId: string; templateId?: never } | { templateId: string; componentTypeId?: never })
78+
(
79+
| { componentTypeId: string; templateId?: never }
80+
| { templateId: string; componentTypeId?: never }
81+
)
7982

8083
export type UpdateExperienceProps = ExperienceProps
8184

0 commit comments

Comments
 (0)