UNPKG

liveperson-functions-client

Version:

JavaScript client for LivePerson Functions.

7 lines (6 loc) 230 B
import { HTTP_METHOD } from './getUrlOptions'; export interface AuthorizationHeaderOptions { readonly url: string; readonly method: (typeof HTTP_METHOD)[keyof typeof HTTP_METHOD]; readonly [others: string]: unknown; }