UNPKG

@chuxingpay/hc-faas-base

Version:

FuXun Hotel Connector Base Objects

6 lines (5 loc) 198 B
export interface IRoomtypeController { getRoomtypesByFxHotelId(fxHotelId: string): void; getRoomtypesByVendorHotelId(hotelId: string): void; getRoomtypeById(roomtypeId: string): void; }