Neutrome SDK reference
    Preparing search index...

    Type Alias AttachmentReaderRule

    Maps a set of MIME types to the executor that can read them.

    type AttachmentReaderRule = {
        executor: ExecutorInput;
        mimeTypes: readonly string[];
    }
    Index
    executor: ExecutorInput
    mimeTypes: readonly string[]