@timlassiter11/yatl
    Preparing search index...

    Interface YatlCommitTransaction<T>

    interface YatlCommitTransaction<T extends object = UnspecifiedRecord> {
        id: string;
        records: YatlCommitRecord<T>[];
    }

    Type Parameters

    Index

    Properties

    Properties

    id: string
    records: YatlCommitRecord<T>[]