mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat(front): add domain timeline
This commit is contained in:
@@ -1,8 +1,23 @@
|
||||
import axios, {AxiosRequestConfig, AxiosResponse} from "axios";
|
||||
|
||||
|
||||
type EventAction =
|
||||
'registration'
|
||||
| 'reregistration'
|
||||
| 'last changed'
|
||||
| 'expiration'
|
||||
| 'deletion'
|
||||
| 'reinstantiation'
|
||||
| 'transfer'
|
||||
| 'locked'
|
||||
| 'unlocked'
|
||||
| 'last update of RDAP database'
|
||||
| 'registrar expiration'
|
||||
| 'enum validation expiration'
|
||||
| string
|
||||
|
||||
export interface Event {
|
||||
action: string
|
||||
action: EventAction
|
||||
date: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user