Interface IPrepareRequestOptions

interface IPrepareRequestOptions {
    execute<T>(executable): Promise<T>;
}

Methods

Methods