redesign site
This commit is contained in:
parent
92b527c3a2
commit
970d589b86
6 changed files with 159 additions and 59 deletions
|
@ -9,7 +9,8 @@ export type UptimeRecord = {
|
|||
|
||||
export type UptimeResponse = {
|
||||
datacenters: UptimeRecord[],
|
||||
services: UptimeRecord[]
|
||||
services: UptimeRecord[],
|
||||
lastUpdated: string
|
||||
};
|
||||
|
||||
export type Blog = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue