Files
dzanan.net/src/app/shared/models/section-nav.model.ts
v7 1599615ec7
All checks were successful
Deploy dzanan.net / deploy (push) Successful in 1m2s
first commit
2026-05-14 20:58:16 +02:00

6 lines
91 B
TypeScript

export interface SectionNavItem {
label: string;
path?: string;
fragment?: string;
}