import { BlockContract } from "./blockContract";
export interface QuoteContract extends BlockContract {
}
