UNPKG

@nstudio/schematics

Version:

Cross-platform (xplat) tools for Nx workspaces.

14 lines (10 loc) 243 B
export namespace <%= utils.classify(name) %>State { /** * Interface for '<%= name %>' state */ export interface IState {} /** * You can define other interfaces as needed here */ export const initialState: IState = {}; }