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