UNPKG

@golemio/pid

Version:
7 lines (6 loc) 141 B
export interface IDeparturesPresetOutputDto { route_name: string; note: string; is_testing: boolean; stops: string[] | []; }