Add types

This commit is contained in:
2026-02-08 09:31:34 +00:00
parent ec6bc71eff
commit f3fee2dcf1

5
src/types.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface Directive {
text: string;
timestamp?: Date;
source: string;
}