typescriptify Popupbase
focus textfield on filterclick
This commit is contained in:
@ -40,7 +40,7 @@ function getAPIDomain(): string {
|
||||
interface ApiBaseRequest {
|
||||
action: string | number,
|
||||
|
||||
[_: string]: string | number
|
||||
[_: string]: string | number | boolean
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user