API ReferenceModelsRenderScriptOutcomeScriptOutcome Whether there are words, and if not, which way it went wrong type ScriptOutcome = 'written' | 'declined' | 'failed';