@oneblink/apps-react
    Preparing search index...

    Type Alias AttachmentError

    AttachmentError: AttachmentBase & {
        errorMessage: string;
        errorType?: "EXCEEDS_MAX_SIZE" | "EMPTY_FILE";
        type: "ERROR";
    }