// Re-exported from @gmp/types — edit types there, not here
export type * from '@gmp/types';

export interface BreadcrumbItem {
	title: string;
	href?: string;
}
