mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
Rewrited to TypeScript, better file structure
This commit is contained in:
5
src/interfaces/CreateInterface.ts
Normal file
5
src/interfaces/CreateInterface.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Create {
|
||||
project_name: string
|
||||
author: string
|
||||
lang: string
|
||||
}
|
Reference in New Issue
Block a user