Member Junction
    Preparing search index...

    Interface AddAttachmentResult

    Result of adding an attachment

    interface AddAttachmentResult {
        attachment?: MJConversationDetailAttachmentEntity;
        error?: string;
        success: boolean;
    }
    Index

    Properties

    The created attachment entity (if successful)

    error?: string

    Error message (if failed)

    success: boolean

    Whether the operation succeeded