sass-template-common 0.2.78 → 0.2.79
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.
|
@@ -330,6 +330,7 @@ export declare type Config = {
|
|
|
330
330
|
articlepreview?: string;
|
|
331
331
|
configVersion?: string;
|
|
332
332
|
cookieName?: string;
|
|
333
|
+
clipUrl?: string;
|
|
333
334
|
};
|
|
334
335
|
|
|
335
336
|
export declare type ConfigDynamic = {
|
|
@@ -2411,6 +2412,7 @@ export declare interface VideoItem {
|
|
|
2411
2412
|
size?: string;
|
|
2412
2413
|
image: Preview;
|
|
2413
2414
|
code: string;
|
|
2415
|
+
clip: string;
|
|
2414
2416
|
}
|
|
2415
2417
|
|
|
2416
2418
|
export declare interface VideoResponseData {
|