IGUHealth
    Preparing search index...
    type HTTPResponse = {
        body?: unknown;
        headers?: Record<string, string>;
        status: number;
    }
    Index

    Properties

    Properties

    body?: unknown
    headers?: Record<string, string>
    status: number