import type { Graph } from '../../core';

export interface Refund extends Graph {
  curie: 'fx:refund';
}
