interface AjaxConfig
open var credentials: String?
open var headers: dynamic
abstract var method: String
open var mode: String?