StandardFileBlock: {
    metadata?: undefined | Record<string, unknown>;
    mime_type?: undefined | string;
    source_type:
        | "url"
        | "base64"
        | "text"
        | "id";
    type: "file";
}