export interface Schema {
    blockName: string;
    dirPath: string;
    importWay: string;
}
