UNPKG
@chuxingpay/hc-faas-base
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
FuXun Hotel Connector Base Objects
@chuxingpay/hc-faas-base
/
lib
/
controller
/
roomtype.d.ts
6 lines
(5 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IRoomtypeController
{
getRoomtypesByFxHotelId
(
fxHotelId
:
string
):
void
;
getRoomtypesByVendorHotelId
(
hotelId
:
string
):
void
;
getRoomtypeById
(
roomtypeId
:
string
):
void
; }