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

export interface Receipt extends Graph {
  curie: 'fx:receipt';
}
