import { ActionType } from '../actionType'; import { IInvoice } from '../invoice'; export type IObject = Pick; export interface IRefundAction4inform { id: string; typeOf: ActionType.RefundAction; object: IObject[]; }