Fix General Info Model
This commit is contained in:
@@ -6,7 +6,7 @@ export const notification_time = 2000;
|
||||
export type GeneralStats = {
|
||||
services:number,
|
||||
closed:number,
|
||||
regex:number
|
||||
regexes:number
|
||||
}
|
||||
|
||||
export type Service = {
|
||||
@@ -24,7 +24,6 @@ export type ServiceAddForm = {
|
||||
port:number
|
||||
}
|
||||
|
||||
|
||||
export type ServerResponse = {
|
||||
status:string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user