audio plus state management
parent
6a3c40b36c
commit
e1bf83fd58
29
src/Types.ts
29
src/Types.ts
|
|
@ -1,28 +1,29 @@
|
||||||
export type proc = (caption: String) => void;
|
export type proc = (caption: string) => void;
|
||||||
export type justproc = () => void;
|
export type justproc = () => void;
|
||||||
|
|
||||||
export type Syllable = {
|
export type Syllable = {
|
||||||
syllable: String,
|
syllable: string,
|
||||||
initiale: String,
|
initiale: string,
|
||||||
finale: String,
|
finale: string,
|
||||||
tones: String[]
|
tones: string[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Finale = {
|
export type Finale = {
|
||||||
caption: String,
|
caption: string,
|
||||||
finale: String
|
finale: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Tone = {
|
export type Tone = {
|
||||||
tone: String,
|
tone: string,
|
||||||
caption: String
|
caption: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Found = {
|
export type Found = {
|
||||||
initiales: String[],
|
initiales: string[],
|
||||||
finales: String[],
|
finales: string[],
|
||||||
allInitiales: Boolean,
|
allInitiales: boolean,
|
||||||
allfinales: Boolean,
|
allfinales: boolean,
|
||||||
syllables: Syllable[],
|
syllables: Syllable[],
|
||||||
tones: Tone[]
|
toneS: Tone[],
|
||||||
|
randomTones: Tone[]
|
||||||
}
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue