Type alias InsertAllParams<T>

InsertAllParams<T>: {
    cache?: CacheWriteConfiguration;
    options?: T["driverInsertOptions"];
    records: T["insert"][];
    retrieveOptions?: T["driverFindOptions"];
} & OperationParams<T>

Type Parameters

Generated using TypeDoc