feat: introduce service-based availability filtering for collaborator schedules and overrides
This commit is contained in:
@@ -140,6 +140,8 @@ export type ScheduleItem = {
|
||||
from: string;
|
||||
to: string;
|
||||
disabled: boolean;
|
||||
serviceScope?: "all" | "specific";
|
||||
serviceIds?: string[];
|
||||
};
|
||||
|
||||
export type FindSchedulesParams = {
|
||||
|
||||
Reference in New Issue
Block a user