mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
export interface Create {
|
|
project_name: string
|
|
author: string
|
|
lang: string
|
|
}
|