summary refs log tree commit diff
path: root/util/src/schemas/PruneSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/PruneSchema.ts')
-rw-r--r--util/src/schemas/PruneSchema.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/src/schemas/PruneSchema.ts b/util/src/schemas/PruneSchema.ts
new file mode 100644
index 00000000..eebac763
--- /dev/null
+++ b/util/src/schemas/PruneSchema.ts
@@ -0,0 +1,7 @@
+
+export interface PruneSchema {
+	/**
+	 * @min 0
+	 */
+	days: number;
+}