added employer column in ready table
This commit was merged in pull request #31.
This commit is contained in:
@@ -30,6 +30,7 @@ export type User = {
|
||||
status?: string
|
||||
added?: string
|
||||
updated?: string
|
||||
employer_name?: string
|
||||
}
|
||||
|
||||
export type UsersQueryResponse = Response<Array<User>>
|
||||
|
||||
Reference in New Issue
Block a user