aboutsummaryrefslogtreecommitdiffhomepage
path: root/nuldoc-src/revision.ts
diff options
context:
space:
mode:
Diffstat (limited to 'nuldoc-src/revision.ts')
-rw-r--r--nuldoc-src/revision.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuldoc-src/revision.ts b/nuldoc-src/revision.ts
new file mode 100644
index 0000000..1757694
--- /dev/null
+++ b/nuldoc-src/revision.ts
@@ -0,0 +1,5 @@
+export type Revision = {
+ number: number;
+ date: string; // TODO
+ remark: string; // TODO: should it be markup text?
+};