@maschinenlesbar.org/nina-warnungen-cli
    Preparing search index...

    Interface RawResponse

    interface RawResponse {
        contentType: string;
        data: Buffer;
        status: number;
    }
    Index
    contentType: string
    data: Buffer
    status: number