From 2a0ac9d0273e84bdbd8a4d231f073901d6b6927a Mon Sep 17 00:00:00 2001 From: Bramart Date: Mon, 2 Dec 2024 18:44:32 +0100 Subject: [PATCH] export type --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index ea86570..374d588 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1047,7 +1047,7 @@ export type BroadcastableProxies = { }>; }; -type DcpInfos = { +export type DcpInfos = { video: { duration: number | null; width: number;