@scoreboardmax/api-types 1.0.34-next.18 → 1.0.34-next.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -1
- package/dist/internal.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1727,7 +1727,8 @@ export interface TemplateDefinition {
|
|
|
1727
1727
|
name: string;
|
|
1728
1728
|
scoreboardType: string;
|
|
1729
1729
|
useCases: TemplateUseCase[];
|
|
1730
|
-
|
|
1730
|
+
description?: string;
|
|
1731
|
+
previewImages?: string[];
|
|
1731
1732
|
settings?: Record<string, InputDefinition>;
|
|
1732
1733
|
}
|
|
1733
1734
|
/**
|
package/dist/internal.d.ts
CHANGED
|
@@ -1750,7 +1750,8 @@ export interface TemplateDefinition {
|
|
|
1750
1750
|
name: string;
|
|
1751
1751
|
scoreboardType: string;
|
|
1752
1752
|
useCases: TemplateUseCase[];
|
|
1753
|
-
|
|
1753
|
+
description?: string;
|
|
1754
|
+
previewImages?: string[];
|
|
1754
1755
|
settings?: Record<string, InputDefinition>;
|
|
1755
1756
|
}
|
|
1756
1757
|
/**
|