/** * This module was automatically generated by `ts-interface-builder` */ import * as t from "ts-interface-checker"; // tslint:disable:object-literal-key-quotes export const Gbfs = t.iface([], { "data": "Data", "last_updated": "number", "ttl": "number", "version": "Version", [t.indexKey]: "any", }); export const Data = t.iface([], { }); export const Version = t.lit("2.3"); const exportedTypeSuite: t.ITypeSuite = { Gbfs, Data, Version, }; export default exportedTypeSuite;