6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
interface Stop {
|
|
isPublic: boolean,
|
|
tiploc: string,
|
|
}
|
|
|
|
export { Stop } |