@legumeinfo/web-components
    Preparing search index...

    Type Alias DownloadResults

    The type of object a component that uses the LisPaginatedSearchMixin mixin expects back when it performs a download.

    type DownloadResults = {
        errors?: string[];
    }
    Index

    Properties

    Properties

    errors?: string[]