added employer list and signatory API
This commit was merged in pull request #25.
This commit is contained in:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user