@companion-module/base
    Preparing search index...

    Interface CompanionHTTPResponse

    interface CompanionHTTPResponse {
        body?: string;
        headers?: Record<string, any>;
        status?: number;
    }
    Index

    Properties

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