timeslots API
This commit is contained in:
@@ -41,11 +41,11 @@ export interface TimeSlot extends BaseRecord {
|
||||
|
||||
// Recurrence pattern structure
|
||||
export interface RecurrencePattern {
|
||||
type: 'daily' | 'weekly' | 'monthly';
|
||||
interval: number;
|
||||
days_of_week?: number[]; // 0-6, Sunday = 0
|
||||
// type: 'daily' | 'weekly' | 'monthly';
|
||||
// interval: number;
|
||||
days?: number[]; // 0-6, Sunday = 0
|
||||
end_date?: string;
|
||||
occurrences?: number;
|
||||
// occurrences?: number;
|
||||
}
|
||||
|
||||
// Booking entity
|
||||
|
||||
Reference in New Issue
Block a user