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

    Format request; value of command field is "format". Return response giving zero or more edit instructions. The edit instructions will be sorted in file order. Applying the edit instructions in reverse to file will result in correctly reformatted text.

    interface FormatRequest {
        arguments: FormatRequestArgs;
        command: Format;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: Format

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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