UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

5 lines (3 loc) 208 B
import type { ClientApplication } from '../client/types.js'; import type { SpringBootApplication } from '../server/types.js'; export type ClientServerApplication = ClientApplication & SpringBootApplication;