UNPKG

custom-template-generator

Version:

generate file template

11 lines (8 loc) 230 B
// Custom imports import { {Name}Config } from './config/{name}.config'; export interface {Name}ServiceInterface<T> { /* * Instance of the '{Name}Config' to save/retrieve data. */ {name}Config: {Name}Config; }