Skip to content

IOptions

Steve edited this page Apr 29, 2020 · 1 revision
export interface IOptions {
    fnPrompt?: IPromptFunction | false
    abortController?: APIAbortController,
    responseType?: ResponseType
}
Clone this wiki locally