kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/659/head
rodzic
e3cad9dc13
commit
555f9d54f8
|
@ -84,6 +84,7 @@ export namespace hunter {
|
|||
department?: string
|
||||
}
|
||||
}
|
||||
errors?: Error[]
|
||||
}
|
||||
|
||||
export interface DomainSearchData {
|
||||
|
@ -153,6 +154,7 @@ export namespace hunter {
|
|||
max_duration?: string
|
||||
}
|
||||
}
|
||||
errors?: Error[]
|
||||
}
|
||||
|
||||
export interface EmailFinderData {
|
||||
|
@ -178,6 +180,7 @@ export namespace hunter {
|
|||
email: string
|
||||
}
|
||||
}
|
||||
errors?: Error[]
|
||||
}
|
||||
|
||||
export interface EmailVerifierData {
|
||||
|
@ -203,6 +206,12 @@ export namespace hunter {
|
|||
sources?: Source[]
|
||||
_deprecation_notice?: string
|
||||
}
|
||||
|
||||
export interface Error {
|
||||
id: string
|
||||
code: number
|
||||
details: string
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Ładowanie…
Reference in New Issue