configToInit: {
    templates: {
        templatePathGraphic: string;
        templatePathReact: string;
        templatePathStorybook: string;
        templatePathStyled: string;
    };
} = ...

Type declaration

  • templates: {
        templatePathGraphic: string;
        templatePathReact: string;
        templatePathStorybook: string;
        templatePathStyled: string;
    }