mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update front layout
This commit is contained in:
@@ -7,7 +7,7 @@ interface Tld {
|
||||
specification13: boolean
|
||||
}
|
||||
|
||||
export async function getTldList(params: object): Promise<Tld[]> {
|
||||
export async function getTldList(params: object): Promise<any> {
|
||||
return (await request<Tld[]>({
|
||||
url: 'tld',
|
||||
params,
|
||||
|
||||
Reference in New Issue
Block a user