import { DaffInMemoryBackendCartOrderService } from '@daffodil/cart/driver/in-memory'
@Injectable()
class DaffInMemoryBackendCartOrderService implements DaffInMemorySingleRouteableBackend {
readonly collectionName: "cart-order" = DAFF_CART_IN_MEMORY_CART_ORDER_COLLECTION_NAME
post(reqInfo: RequestInfo): any
}
"cart-order"| Default | DAFF_CART_IN_MEMORY_CART_ORDER_COLLECTION_NAME |
|---|---|
| Description | The collection name of the backend service where the backend only serves one collection. Used for routing requests to the correct backend. |
any| Parameter | reqInfo: RequestInfo |
|---|---|
| Description |