import { RequestOptions } from 'https'; /** * Contains options for an http call * * @author Christopher Holomek * @since 06.01.2020 */ export interface BshbCallOptions extends RequestOptions { }