interface Content {
    text?: string;
    type?: "text";
}

Properties

Properties

text?: string

The text content of the file.

type?: "text"

The type of the content.