Type Alias TemplatesConfig
TemplatesConfig: {
templates: {
templatePathGraphic: string;
templatePathReact: string;
templatePathStorybook: string;
templatePathStyled: string;
};
}
Type declaration
templates: {
templatePathGraphic: string;
templatePathReact: string;
templatePathStorybook: string;
templatePathStyled: string;
}