sass-template-common 0.2.55 → 0.2.57
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.
|
@@ -124,7 +124,7 @@ export declare const bannersReplace: (bannerLineAd: string, replaces?: {
|
|
|
124
124
|
[key: string]: string;
|
|
125
125
|
}) => string;
|
|
126
126
|
|
|
127
|
-
export declare const becomeVideoObject: (video: VideoResponseData, showtime?: boolean, showsubtitle?: boolean) => NewListResponseData;
|
|
127
|
+
export declare const becomeVideoObject: (video: VideoResponseData, showtime?: boolean, showsubtitle?: boolean, showauthor?: boolean) => NewListResponseData;
|
|
128
128
|
|
|
129
129
|
export declare interface BlockSaasResponse {
|
|
130
130
|
key: string;
|