ugcinc 2.87.8 → 2.87.9
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/types.d.ts +1 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -932,8 +932,7 @@ export interface AccountNodeConfig {
|
|
|
932
932
|
/**
|
|
933
933
|
* Post Video node configuration - posts a video to social media
|
|
934
934
|
*/
|
|
935
|
-
export
|
|
936
|
-
}
|
|
935
|
+
export type PostVideoNodeConfig = Record<string, never>;
|
|
937
936
|
/**
|
|
938
937
|
* Post Slideshow node configuration - posts a slideshow to social media
|
|
939
938
|
*/
|