-
Notifications
You must be signed in to change notification settings - Fork 0
IOptions
Steve edited this page Apr 29, 2020
·
1 revision
export interface IOptions {
fnPrompt?: IPromptFunction | false
abortController?: APIAbortController,
responseType?: ResponseType
}
Documentation
-
Interfaces