UNPKG

@golemio/pid

Version:
19 lines (18 loc) 400 B
declare const outputDeparturesDirectionsJsonSchema: { type: string; properties: { departure_stop_id: { type: string; }; next_stop_id_regexp: { type: string; }; direction: { type: string; }; rule_order: { type: string; }; }; }; export { outputDeparturesDirectionsJsonSchema };