added employer column in ready table

This commit was merged in pull request #31.
This commit is contained in:
victorAnumudu
2024-06-13 17:33:47 +01:00
parent c970467f16
commit ea90bd6fc5
15 changed files with 38 additions and 13 deletions
+1
View File
@@ -30,6 +30,7 @@ export type User = {
status?: string
added?: string
updated?: string
employer_name?: string
}
export type UsersQueryResponse = Response<Array<User>>