mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 04:30:06 +00:00
fix: waf page
This commit is contained in:
@@ -75,8 +75,8 @@ export interface GithubComNezhahqNezhaModelCommonResponseArrayModelUser {
|
||||
success?: boolean;
|
||||
}
|
||||
|
||||
export interface GithubComNezhahqNezhaModelCommonResponseArrayModelWAF {
|
||||
data?: ModelWAF[];
|
||||
export interface GithubComNezhahqNezhaModelCommonResponseArrayModelWAFApiMock {
|
||||
data?: ModelWAFApiMock[];
|
||||
error?: string;
|
||||
success?: boolean;
|
||||
}
|
||||
@@ -425,6 +425,7 @@ export interface ModelProfile {
|
||||
|
||||
export interface ModelProfileForm {
|
||||
new_password?: string;
|
||||
new_username?: string;
|
||||
original_password?: string;
|
||||
}
|
||||
|
||||
@@ -647,9 +648,9 @@ export interface ModelUserForm {
|
||||
username?: string;
|
||||
}
|
||||
|
||||
export interface ModelWAF {
|
||||
export interface ModelWAFApiMock {
|
||||
count?: number;
|
||||
ip?: number[];
|
||||
ip?: string;
|
||||
last_block_reason?: number;
|
||||
last_block_timestamp?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user