Type Alias NarrativeResponse

type NarrativeResponse = {
    text?: string;
}
Index
text?: string