mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: add _csrf and _captcha field to ExceedLimit interface
This commit is contained in:
parent
475ed926b8
commit
a5aeb586b6
@ -467,6 +467,8 @@ export const ExceedLimitScehma: Yup.SchemaOf<ExceedLimit> = Yup.object({
|
|||||||
})
|
})
|
||||||
|
|
||||||
export interface ExceedLimit {
|
export interface ExceedLimit {
|
||||||
|
_csrf: string
|
||||||
|
_captcha: string
|
||||||
servers: number
|
servers: number
|
||||||
shards: number
|
shards: number
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user