✨ feat(admin): Add application and rule management entries to localization files
This commit is contained in:
+3
-2
@@ -639,9 +639,10 @@ declare namespace API {
|
||||
|
||||
type ServerRuleGroup = {
|
||||
id: number;
|
||||
name: string;
|
||||
icon: string;
|
||||
description: string;
|
||||
name: string;
|
||||
tags: string[];
|
||||
rules: string;
|
||||
enable: boolean;
|
||||
created_at: number;
|
||||
updated_at: number;
|
||||
|
||||
Reference in New Issue
Block a user