@prismicio/types
Advanced tools
Comparing version 0.2.1-alpha.0 to 0.2.1-alpha.1
@@ -575,3 +575,3 @@ declare type EmptyObjectField = Record<string, never>; | ||
slice_label: string | null; | ||
slice_id?: string; | ||
id?: string; | ||
primary: PrimaryFields; | ||
@@ -588,3 +588,3 @@ items: ItemsFields[]; | ||
slice_label: null; | ||
slice_id?: string; | ||
id?: string; | ||
} & Variations; | ||
@@ -591,0 +591,0 @@ interface SharedSliceVariation<Variation = string, PrimaryFields extends Record<string, AnyRegularField> = Record<string, AnyRegularField>, ItemsFields extends Record<string, AnyRegularField> = Record<string, AnyRegularField>> { |
{ | ||
"name": "@prismicio/types", | ||
"version": "0.2.1-alpha.0", | ||
"version": "0.2.1-alpha.1", | ||
"description": "Type definitions for Prismic related structure", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -811,3 +811,3 @@ type EmptyObjectField = Record<string, never>; | ||
slice_label: string | null; | ||
slice_id?: string; | ||
id?: string; | ||
primary: PrimaryFields; | ||
@@ -828,3 +828,3 @@ items: ItemsFields[]; | ||
slice_label: null; | ||
slice_id?: string; | ||
id?: string; | ||
} & Variations; | ||
@@ -831,0 +831,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
221351