From cf8ac7547f1ccfe232d018831370e42dfa704d12 Mon Sep 17 00:00:00 2001 From: Lim Jet <57783762+daoauth@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:00:27 +0900 Subject: [PATCH] Update types.ts --- functions/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/types.ts b/functions/src/types.ts index e6e360a..9978358 100644 --- a/functions/src/types.ts +++ b/functions/src/types.ts @@ -6,9 +6,9 @@ interface Provenance { } export interface DocData { + name: string; // packageName network: string; project: string; - name: string; // packageName provenance: Provenance; serializedSignedTx?: string; }