🐛 fix(rules): Change rule type from 'auto' to 'default' and update
This commit is contained in:
+2
@@ -696,9 +696,11 @@ declare namespace API {
|
||||
id: number;
|
||||
icon: string;
|
||||
name: string;
|
||||
type: string;
|
||||
tags: string[];
|
||||
rules: string;
|
||||
enable: boolean;
|
||||
default: boolean;
|
||||
created_at: number;
|
||||
updated_at: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user