Skip to content

Commit

Permalink
Update specification/ingest/get_ip_location_database/GetIpLocationDat…
Browse files Browse the repository at this point in the history
…abaseResponse.ts

Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
l-trotta and pquentin authored Dec 17, 2024
1 parent 944f4aa commit f3a5f78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class Response {
class DatabaseConfigurationMetadata {
id: Id
version: VersionNumber
modified_date_millis: EpochTime<UnitMillis>
modified_date_millis?: EpochTime<UnitMillis>
modified_date?: EpochTime<UnitMillis>
database: DatabaseConfigurationFull
}

0 comments on commit f3a5f78

Please sign in to comment.