Interface Sentence

interface Sentence {
    nextStartType: NextStartType;
    text: string;
}

Properties

Properties

nextStartType: NextStartType
text: string