/** Directory way type */
export interface DirectoryWayType {
    /**  */
    abbreviatedName: string;
    /**  */
    wayName: string;
}
//# sourceMappingURL=DirectoryWayType.d.ts.map