6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
export interface CreateComponentStoriesFileSchema {
|
|
project: string;
|
|
componentPath: string;
|
|
skipFormat?: boolean;
|
|
}
|