Interface SourceAjaxType

interface SourceAjaxType {
    body?: any;
    options?: RequestInit;
    params?: any;
    url: string;
}

Properties

body?: any
options?: RequestInit
params?: any
url: string