Home > @vsf-enterprise/commercetools-types > HttpDestination
# HttpDestination type
Signature:
export declare type HttpDestination = ExtensionDestination & {
__typename?: 'HttpDestination';
type: Scalars['String'];
url: Scalars['String'];
authentication?: Maybe<HttpDestinationAuthentication>;
};
References: ExtensionDestination, Scalars, Maybe, HttpDestinationAuthentication