Files
nork/src/interfaces/CreateInterface.ts

6 lines
80 B
TypeScript

export interface Create {
project_name: string
author: string
lang: string
}