add rate limit to user
This commit is contained in:
@@ -5,6 +5,7 @@ export type User = {
|
||||
name: string
|
||||
email: string
|
||||
cpf: string
|
||||
rate_limit_exceeded?: any
|
||||
}
|
||||
|
||||
export const headers = {
|
||||
|
||||
Reference in New Issue
Block a user