nm3clol-express-app/app/helpers/breadcrumbs.mts

5 lines
68 B
TypeScript

export interface Breadcrumb {
title: string;
url: string;
}