From d561c104c2aff5820a5dbe557cd8a8c020bee198 Mon Sep 17 00:00:00 2001 From: Delusoire Date: Fri, 19 Jul 2024 06:26:07 +0100 Subject: [PATCH] chore --- module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.ts b/module.ts index bc590ac..a1a8e99 100644 --- a/module.ts +++ b/module.ts @@ -32,11 +32,11 @@ interface _Vault { export interface Metadata { name: string; tags: string[]; - preview: string; + preview?: string; version: string; authors: string[]; description: string; - readme: string; + readme?: string; entries: { js?: string; css?: string;