summary refs log tree commit diff
path: root/src/util/schemas/PruneSchema.ts
blob: 60601d817d28f42001bf0028205e22c3210cf5d7 (plain) (blame)
1
2
3
4
5
6
export interface PruneSchema {
	/**
	 * @min 0
	 */
	days: number;
}