Type Alias NarrativeResponse

type NarrativeResponse = {
    text?: string;
}
Index

Properties

Properties

text?: string