1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-26 06:19:36 +02:00
flame/client/src/interfaces/Route.ts

5 lines
59 B
TypeScript
Raw Normal View History

2021-10-04 17:07:02 +02:00
export interface Route {
name: string;
dest: string;
}