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