Type alias CrudCreateDrivenPort<E>

CrudCreateDrivenPort<E>: {
    create(data) => Promise<E>;
}

Type Parameters

  • E

Type declaration

Generated using TypeDoc