Files
admin-vben5/apps/web-antd/src/api/property/roomBooking/conferenceView/model.d.ts

13 lines
200 B
TypeScript
Raw Normal View History

2025-07-09 18:18:48 +08:00
export interface getAppointmentListByDateQuery {
/**
*
*/
appointmentDate?: string;
}
export interface getAppointmentListByIdQuery {
/**
* id
*/
meetId?: string;
}