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