Type alias InsertMiddlewareOutput<T>

InsertMiddlewareOutput<T>: {
    insertedRecords: T["plainModel"][];
    operation: "insert";
    params: InsertAllParams<T>;
}

Type Parameters

Type declaration

  • insertedRecords: T["plainModel"][]
  • operation: "insert"
  • params: InsertAllParams<T>

Generated using TypeDoc