/** * Site Description interface. Probably incomplete. */ interface SiteDescription { value: Function; params: {}; } /** * Gets the site structure processed with the user roles. */ export function getUserSiteStructure(): {}