mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-26 06:19:36 +02:00
5 lines
59 B
TypeScript
5 lines
59 B
TypeScript
|
export interface Route {
|
||
|
name: string;
|
||
|
dest: string;
|
||
|
}
|