From 96c28fa7a9f3ca30804453a173d3b5b60dc31a6b Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 14 Jul 2023 20:49:21 -0600 Subject: [PATCH] feat: simplify S3 indication (urls not always required) --- common/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/types.d.ts b/common/types.d.ts index 860e8c7..41af90d 100644 --- a/common/types.d.ts +++ b/common/types.d.ts @@ -76,7 +76,7 @@ declare module 'ass' { privateUrl?: string; publicUrl?: string; thumbnailUrl?: string; - } + } | true; } sha256: string; timestamp: string;