Type Alias UfacRequestParams

UfacRequestParams: {
    client_input_params?: Record<string, any>;
    server_params?: Record<string, any>;
}