nork/src/make-files/express-ts/interface.ts

5 lines
85 B
TypeScript

export interface interfaceName {
hello: string
world: boolean | null | undefined
}