6 lines
110 B
TypeScript

export interface StorybookMigrateDefault5to6Schema {
name?: string;
all?: boolean;
keepOld?: boolean;
}