import { DateRangeSelectValue } from '@prefecthq/prefect-design'; export type WorkspaceDashboardFilter = { range: NonNullable; tags: string[]; hideSubflows?: boolean; };