aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/config.interface.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/interfaces/config.interface.ts b/src/interfaces/config.interface.ts
new file mode 100644
index 0000000..6fee8b7
--- /dev/null
+++ b/src/interfaces/config.interface.ts
@@ -0,0 +1,8 @@
+export interface Config {
+ content: string;
+ timeout?: number;
+ title: string;
+ footer?: string;
+ type?: string;
+ position?: string[];
+} \ No newline at end of file