import {type WorkspaceSummary} from '../../config'

/** @internal */
export type WorkspacesContextValue = WorkspaceSummary[]
