export interface Schema {
    modulePath: string;
    insertModuleName: string;
}
