har2api - v0.1.0
    Preparing search index...

    Interface ResponseModel

    One observed response status for an operation.

    interface ResponseModel {
        contentType?: string;
        samples: unknown[];
        status: number;
    }
    Index

    Properties

    contentType?: string
    samples: unknown[]
    status: number