export interface FSPAComponent { templatePath: string; creatorPath: string; componentName: string; newComponentFilename: string; stylePath: string; } export interface FSPAService { creatorPath: string; serviceName: string; }