Interface HttpRequestToThirdPartyServiceConfig

interface HttpRequestToThirdPartyServiceConfig {
    api_key: string;
    enqueued_by: string;
    payload: any;
    url: string;
}

Properties

api_key: string
enqueued_by: string
payload: any
url: string