interface Message {
    runs?: Run[];
    simpleText?: string;
}

Properties

Properties

runs?: Run[]
simpleText?: string