Member Junction
    Preparing search index...

    Interface AttachmentValidationResult

    Result of attachment validation

    interface AttachmentValidationResult {
        allowed: boolean;
        reason?: string;
    }
    Index

    Properties

    Properties

    allowed: boolean

    Whether the attachment is allowed

    reason?: string

    Reason for rejection (if not allowed)