@shadmanZero/tenantos-api
    Preparing search index...

    Interface BatchResult<T>

    interface BatchResult<T> {
        failed: { error: string; item: T }[];
        successful: T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    failed: { error: string; item: T }[]
    successful: T[]