From cc083e64f8a96428fd096e6a526f700012f19d55 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sun, 18 Oct 2020 16:38:41 -0400 Subject: [PATCH] export type --- services/gunDB/contact-api/SimpleGUN.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/contact-api/SimpleGUN.ts b/services/gunDB/contact-api/SimpleGUN.ts index 3a9cd77b..6d04fdf7 100644 --- a/services/gunDB/contact-api/SimpleGUN.ts +++ b/services/gunDB/contact-api/SimpleGUN.ts @@ -1,7 +1,7 @@ /** * @prettier */ -type Primitive = boolean | string | number +export type Primitive = boolean | string | number export interface Data { [K: string]: ValidDataValue