Type alias CrudFindOneDrivenPort<E, I>

CrudFindOneDrivenPort<E, I>: {
    findOne(id) => Promise<E>;
}

Type Parameters

  • E

  • I

Type declaration

Generated using TypeDoc