mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 13:39:35 +02:00
4 lines
59 B
TypeScript
4 lines
59 B
TypeScript
export interface Route {
|
|
name: string;
|
|
dest: string;
|
|
}
|