diff --git a/utils/Yup.ts b/utils/Yup.ts index 3ca9981..dea7b4d 100644 --- a/utils/Yup.ts +++ b/utils/Yup.ts @@ -467,6 +467,8 @@ export const ExceedLimitScehma: Yup.SchemaOf = Yup.object({ }) export interface ExceedLimit { + _csrf: string + _captcha: string servers: number shards: number }