executable-stories-formatters 0.10.0 → 0.11.1

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.
@@ -113,6 +113,13 @@ type DocEntry = {
113
113
  alt?: string;
114
114
  phase: DocPhase;
115
115
  children?: DocEntry[];
116
+ } | {
117
+ kind: "video";
118
+ path: string;
119
+ caption?: string;
120
+ poster?: string;
121
+ phase: DocPhase;
122
+ children?: DocEntry[];
116
123
  } | {
117
124
  kind: "custom";
118
125
  type: string;
@@ -113,6 +113,13 @@ type DocEntry = {
113
113
  alt?: string;
114
114
  phase: DocPhase;
115
115
  children?: DocEntry[];
116
+ } | {
117
+ kind: "video";
118
+ path: string;
119
+ caption?: string;
120
+ poster?: string;
121
+ phase: DocPhase;
122
+ children?: DocEntry[];
116
123
  } | {
117
124
  kind: "custom";
118
125
  type: string;