StandardTextBlock: {
    metadata?: undefined | Record<string, unknown>;
    mime_type?: undefined | string;
    source_type: "text";
    text: string;
    type: "text";
}