Skip to content

Commit 677b54a

Browse files
committed
Merge branch 'plugins' into main
2 parents 7f95fe7 + 101621b commit 677b54a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docu-notion.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
using these example plugins.
44
*/
55

6-
import { IDocuNotionConfig } from "./dist/config/configuration";
7-
import { IPlugin, Log } from "./dist";
8-
import { NotionBlock } from "./dist/types";
6+
import { IPlugin, IDocuNotionConfig, Log, NotionBlock } from "./dist";
97

108
const dummyBlockModifier: IPlugin = {
119
name: "dummyBlockModifier",

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ run();
88

99
export * as Log from "./log";
1010
export * from "./types";
11+
export * from "./config/configuration";
1112
export * from "./plugins/pluginTypes";
13+
import type { IDocuNotionConfig } from "./config/configuration";
14+
export type { IDocuNotionConfig };

0 commit comments

Comments
 (0)