mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
a77ac8ad91
commit
df16dc94f7
17 changed files with 142 additions and 125 deletions
|
|
@ -151,14 +151,7 @@ export interface Group {
|
|||
logTarget?: RouteTarget;
|
||||
}
|
||||
|
||||
export type FilterType =
|
||||
| "event"
|
||||
| "repo"
|
||||
| "actor"
|
||||
| "action"
|
||||
| "branch"
|
||||
| "keyword"
|
||||
| "field";
|
||||
export type FilterType = "event" | "repo" | "actor" | "action" | "branch" | "keyword" | "field";
|
||||
|
||||
export type FilterOp =
|
||||
| "eq"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue