Skip to content

Commit 330752e

Browse files
committed
Add PluginOptionsInterface
1 parent 9e6e76e commit 330752e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/interfaces/plugin-options.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { OptionsInterface } from './options'
2+
3+
/**
4+
* The Interface that is responsible for the Options provided.
5+
*/
6+
export interface PluginOptionsInterface extends OptionsInterface {
7+
shared?: boolean
8+
}

0 commit comments

Comments
 (0)