added employer list and signatory API

This commit was merged in pull request #25.
This commit is contained in:
victorAnumudu
2024-06-06 17:15:12 +01:00
parent 19198b09ba
commit 50b12f2da4
47 changed files with 2320 additions and 37 deletions
+4 -1
View File
@@ -22,8 +22,11 @@ export type SearchState = {
}
export type Response<T> = {
call_return? : string | any
data?: T
records?: Array<any>
records?: T
salary_sources?: Array<any>
employer_sector?: Array<any>
payload?: {
message?: string
errors?: {