IQuotationAdapter: IBaseAdapter & { actions: ((params: QuotationContext & Context) => QuotationAdapterActions); isActivatedFor: ((quotationContext: QuotationContext, requestContext: Context) => boolean); orderIndex: number }