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