game-master/src/index.d.ts
2025-03-26 17:08:31 +01:00

5 lines
53 B
TypeScript

type NavLink = {
label: string;
path: string;
};