import { ID } from '../../utils/sui/types/id'; export type Receipt = { id: ID; amountDeposited: string; };