diff options
Diffstat (limited to 'src/config.interface.ts')
-rw-r--r-- | src/config.interface.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.interface.ts b/src/config.interface.ts new file mode 100644 index 0000000..178a309 --- /dev/null +++ b/src/config.interface.ts @@ -0,0 +1,6 @@ +export interface Config { + content: string; + timeout?: number; + title: string; + footer?: string; +}
\ No newline at end of file |