Type alias IDeliveryAdapter

IDeliveryAdapter: IBaseAdapter & { actions: ((config: DeliveryConfiguration, context: DeliveryAdapterContext) => DeliveryAdapterActions); initialConfiguration: DeliveryConfiguration; typeSupported: ((type: DeliveryProviderType) => boolean) }