Insomnia-Script-SDK-Docs
    Preparing search index...

    Interface ExecutionOption

    interface ExecutionOption {
        location: string[];
        nextRequestIdOrName?: string;
        skipRequest?: boolean;
    }
    Index

    Properties

    location: string[]
    nextRequestIdOrName?: string
    skipRequest?: boolean