mirror of
https://github.com/BradNut/TofuStack
synced 2025-09-08 17:40:26 +00:00
3 lines
43 B
TypeScript
3 lines
43 B
TypeScript
interface INotifier {
|
|
sendEmail(): any;
|
|
}
|