export interface Migration { title: string; storybookPath: string; notes: string[]; }