5 lines
59 B
TypeScript

export interface CrumbLink {
name: string
to: string
}