Resource
A phoneme resource conforms to the following interface:
interface PhonemeInput {
uuid: string
alphabet: string
word: string
phonetic_transcription: string
created_at: datetime
updated_at: datetime
}
A phoneme resource conforms to the following interface:
interface PhonemeInput {
uuid: string
alphabet: string
word: string
phonetic_transcription: string
created_at: datetime
updated_at: datetime
}