langchain.js
    Preparing search index...

    Interface AttachmentInfo

    interface AttachmentInfo {
        mime_type?: string;
        presigned_url: string;
    }
    Index

    Properties

    mime_type?: string
    presigned_url: string