@sentio/sdk
    Preparing search index...

    Interface DBRequest_DBUpsert

    interface DBRequest_DBUpsert {
        data: { [key: string]: any }[];
        entity: string[];
        entityData: RichStruct[];
        id: string[];
    }
    Index

    Properties

    data: { [key: string]: any }[]
    entity: string[]
    entityData: RichStruct[]
    id: string[]