export interface bodyRequestHubSync {
    method: string;
    path: string;
    function: string;
    description: string;
}