Type Alias: LlamaTextInputValue
ts
type LlamaTextInputValue =
| LlamaTextValue
| LlamaText
| number
| boolean
| readonly LlamaTextInputValue[];
Defined in: utils/LlamaText.ts:6