DocumentDelta: {
    data?: string;
    mime_type?: DocumentDeltaMimeType;
    type: "document";
    uri?: string;
}

Type declaration