@servicenow/sdk - v4.4.1
    Preparing search index...

    Client-initiated request message

    interface StatusRequest {
        arguments?: any;
        command: Status;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments?: any

    Object containing arguments for the command

    command: Status

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

    One of "request", "response", or "event"