UNPKG

ts-express-kit

Version:

A TypeScript starter kit for building Express applications with best practices.

5 lines 77 B
export type TTest = { test: string; test2: number; tests: string[]; };