Type Alias HealthControllerCheckData

HealthControllerCheckData: {
    body?: never;
    path?: never;
    query?: never;
    url: "/health-check";
}