/**
 * Interface for json file definition
 */
export interface IJsonRoute {
    "path": string,
    "fullName": string,
    "name": string
}