export interface ScheduleTimeTabType {
    setTabId : (val: string) => void;
    tabId:string
}

export interface ScheduleTimeTabContentPropsType {
    tabId : string
}