interface MessageTextPart {
    type: "text";
    value: string;
}

Properties

Properties

type: "text"
value: string