From f7ee55cc0e2439015caab91d52ad4952429052ff Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 14 Sep 2022 18:24:10 +0100 Subject: [PATCH] PR comments. --- packages/types/src/documents/global/index.ts | 1 + .../types/src/documents/{plugin/index.ts => global/plugin.ts} | 0 packages/types/src/documents/index.ts | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename packages/types/src/documents/{plugin/index.ts => global/plugin.ts} (100%) diff --git a/packages/types/src/documents/global/index.ts b/packages/types/src/documents/global/index.ts index 77785c72e4..1f8bb4a84f 100644 --- a/packages/types/src/documents/global/index.ts +++ b/packages/types/src/documents/global/index.ts @@ -1,3 +1,4 @@ export * from "./config" export * from "./user" export * from "./userGroup" +export * from "./plugin" diff --git a/packages/types/src/documents/plugin/index.ts b/packages/types/src/documents/global/plugin.ts similarity index 100% rename from packages/types/src/documents/plugin/index.ts rename to packages/types/src/documents/global/plugin.ts diff --git a/packages/types/src/documents/index.ts b/packages/types/src/documents/index.ts index 70e4dee1aa..47ec48f49c 100644 --- a/packages/types/src/documents/index.ts +++ b/packages/types/src/documents/index.ts @@ -1,7 +1,6 @@ export * from "./account" export * from "./app" export * from "./global" -export * from "./plugin" export * from "./platform" export * from "./document" export * from "./pouch"