Page Contents

Home > @loopback/health > HealthOptions

HealthOptions type

Options for health component

Signature:

export type HealthOptions = {
    disabled?: boolean;
    healthPath: string;
    readyPath: string;
    livePath: string;
    openApiSpec?: boolean;
};