Skip to main content
Version: 2.0.0

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
}