---
to: src/component/<%= name  %>/<%= name %>.interfaces.ts
---

export interface I<%= name %>ContainerProps {}

export interface I<%= name %>PresentationProps {}

