Skip to content

Commit

Permalink
fix lifecycle expiry type fields
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed Jun 18, 2024
1 parent 06758a5 commit 581c77a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/internal/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ export type SelectOptions = {
scanRange?: ScanRange
}
export type Expiration = {
Date: string
Date?: string
Days: number
DeleteMarker: boolean
DeleteAll: boolean
DeleteMarker?: boolean
DeleteAll?: boolean
}

export type RuleFilterAnd = {
Expand Down

0 comments on commit 581c77a

Please sign in to comment.