Skip to content

PersonaVoice

type PersonaVoice =
| "formal"
| "warm"
| "playful"
| "concise"
| "clinical"
| string & object;