UNPKG

create-node-template

Version:

Create node.js/express boilerplate with one command

11 lines (9 loc) 146 B
// export type AxiosResponse<T> = { // data: T; // }; export type Post = { userId: number; id: number; title: string; body: string; };