@resonatehq/sdk
    Preparing search index...

    Type Alias DebugStopReq

    type DebugStopReq = {
        data: Record<string, never>;
        head: RequestHead;
        kind: "debug.stop";
    }
    Index

    Properties

    Properties

    data: Record<string, never>
    kind: "debug.stop"