UNPKG
@sharksv/hyper
Version:
beta (3.0.0-beta.1)
latest (3.0.1)
3.0.1
3.0.0
3.0.0-beta.1
2.3.0
2.2.3
2.1.0
2.0.0
1.2.1
1.1.0
A CLI to bootstrap new projects!
github.com/iTzSharkSV/Hyper
iTzSharkSV/Hyper
@sharksv/hyper
/
Cli
/
Utils
/
Interfaces
/
index.d.ts
14 lines
(13 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
optionsInterface {
title
:
string
;
tagLine
:
string
;
description
:
string
;
version
:
string
;
clear
:
boolean
; }
export
interface
symbolsInterface {
Info
:
string
;
Pass
:
string
;
Error
:
string
;
Warning
:
string
; }