Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface HttpServiceOperation

    interface HttpServiceOperation {
        headers?: Record<string, string>;
        method?: string;
        path: string;
        timeoutMs?: number;
    }
    Index

    Properties

    headers?: Record<string, string>
    method?: string
    path: string
    timeoutMs?: number