export interface OB_Pis_SimpleObject { code: string; toc: string; skipCount: number; skipType?: string; } export interface OB_Pis_FullObject { code: string; stops: string[]; toc: string; tiplocs?: string[]; }