export type LinkDef = {
    linkPath: string,
    linkText: string,
    exact?: boolean
}


