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
|
department?: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
errors?: Error[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DomainSearchData {
|
export interface DomainSearchData {
|
||||||
|
@ -153,6 +154,7 @@ export namespace hunter {
|
||||||
max_duration?: string
|
max_duration?: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
errors?: Error[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface EmailFinderData {
|
export interface EmailFinderData {
|
||||||
|
@ -178,6 +180,7 @@ export namespace hunter {
|
||||||
email: string
|
email: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
errors?: Error[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface EmailVerifierData {
|
export interface EmailVerifierData {
|
||||||
|
@ -203,6 +206,12 @@ export namespace hunter {
|
||||||
sources?: Source[]
|
sources?: Source[]
|
||||||
_deprecation_notice?: string
|
_deprecation_notice?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface Error {
|
||||||
|
id: string
|
||||||
|
code: number
|
||||||
|
details: string
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Ładowanie…
Reference in New Issue