Skip to content

Commit

Permalink
fix lifecycle expiry type fields (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx authored Jun 18, 2024
1 parent 9b2724a commit 83ed4c5
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 83ed4c5

Please sign in to comment.