Type alias CrudUpdateManyDrivenPort<E, C, D>

CrudUpdateManyDrivenPort<E, C, D>: {
    updateMany(criteria, data) => Promise<E[]>;
}

Type Parameters

  • E

  • C

  • D = E[]

Type declaration

Generated using TypeDoc