1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 13:39:35 +02:00
flame/client/src/interfaces/Route.ts
2021-10-04 17:07:02 +02:00

4 lines
59 B
TypeScript

export interface Route {
name: string;
dest: string;
}