UNPKG
sphinx-tools
Version:
latest (2.0.1)
3.0.0--dev
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Cool npm module
github.com/vrzc/sphinx-tools
sphinx-tools
/
dist
/
Interfaces
/
IslamInterfaces.d.ts
14 lines
(13 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
Sura
{
eng
?:
string
;
ar
?:
string
;
number
?:
string
|
number
; }
export
type
Answer
= {
answer
:
string
;
wrong
:
boolean
; };
export
type
QuizQuestion
= {
name
:
string
;
answers
:
Answer
[]; };