fix the capacity and NaN participants issue
This commit is contained in:
@@ -16,6 +16,7 @@ export interface Resource extends BaseRecord {
|
||||
// Booking Type entity
|
||||
export interface BookingType extends BaseRecord {
|
||||
name: string;
|
||||
type: 'workshop' | 'rental';
|
||||
display_name: string;
|
||||
description?: string;
|
||||
requires_payment?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user