export interface IMigrationMeta {
    name: string;
    path?: string;
}
