Content Migration from websites repo
This commit is contained in:
parent
c1d93528d7
commit
ba88a7adc5
22 changed files with 8767 additions and 1 deletions
interfaces
15
interfaces/LinkTypes.ts
Normal file
15
interfaces/LinkTypes.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
export interface LinkList {
|
||||
services: CustomLink[],
|
||||
games: CustomLink[]
|
||||
}
|
||||
export interface CustomLink {
|
||||
type: string,
|
||||
name: string,
|
||||
href: string,
|
||||
desc: string,
|
||||
warn: string,
|
||||
ip: string,
|
||||
location: string,
|
||||
status: string,
|
||||
docker_container_name: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue