```interface ArchiveBucketConfig { // needs to b...
# typescript
b
Copy code
interface ArchiveBucketConfig {
  // needs to be greater than 90
  archiveDays?: number;
  // needs to be greater than 180
  deepArchiveDays?: number;
}