@golemio/pid
Version:
Golemio PID Module
162 lines (161 loc) • 5.87 kB
TypeScript
declare const forExport: {
datasourceJsonSchema: {
definitions: {
spojObj: {
type: string;
properties: {
$: {
title: string;
type: string;
properties: {
alias: {
type: string;
};
azimut: {
type: string;
};
cpoz: {
type: string;
};
dopr: {
type: string;
};
doprSkut: {
type: string;
};
info: {
type: string;
};
kmenl: {
type: string;
};
lat: {
type: string;
};
lin: {
type: string;
};
lng: {
type: string;
};
np: {
type: string;
};
po: {
type: string;
};
rychl: {
type: string;
};
sled: {
type: string;
};
spoj: {
type: string;
};
t: {
type: string;
};
vuzevc: {
type: string;
};
zast: {
type: string;
};
zpoz_prij: {
type: string;
};
zrus: {
type: string;
};
};
required: never[];
};
zast: {
type: string;
items: {
title: string;
type: string;
properties: {
$: {
title: string;
type: string;
properties: {
odj: {
type: string;
};
prij: {
type: string;
};
stan: {
type: string;
};
zast: {
type: string;
};
asw: {
type: string;
};
zpoz_odj: {
type: string;
};
zpoz_prij: {
type: string;
};
zpoz_typ: {
type: string;
};
zpoz_typ_odj: {
type: string;
};
zpoz_typ_prij: {
type: string;
};
};
required: never[];
};
};
};
};
};
};
};
type: string;
properties: {
m: {
title: string;
type: string;
properties: {
spoj: {
oneOf: ({
type: string;
items: {
$ref: string;
};
$ref?: undefined;
} | {
$ref: string;
type?: undefined;
items?: undefined;
})[];
};
};
};
};
};
name: string;
positions: {
name: string;
pgTableName: string;
pgTableNameHistory: string;
};
stopTimes: {
name: string;
pgTableNameHistory: string;
};
vehicleTypes: {
name: string;
pgTableName: string;
};
};
export { forExport as VehiclePositions };