interface IText {
    kind: string;
    text: string;
}

Properties

Properties

kind: string
text: string