Type alias CrudInsertManyDrivenPort<E, R>

CrudInsertManyDrivenPort<E, R>: {
    insertOne(items) => Promise<R>;
}

Type Parameters

  • E

  • R = E[]

Type declaration

Generated using TypeDoc