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, 0 insertions, 7 deletions
diff --git a/util/src/schemas/PruneSchema.ts b/util/src/schemas/PruneSchema.ts
deleted file mode 100644

index eebac763..00000000 --- a/util/src/schemas/PruneSchema.ts +++ /dev/null
@@ -1,7 +0,0 @@ - -export interface PruneSchema { - /** - * @min 0 - */ - days: number; -}