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

    A request to retrieve compiler options diagnostics for a project

    interface CompilerOptionsDiagnosticsRequest {
        arguments: CompilerOptionsDiagnosticsRequestArgs;
        command: string;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    • Request
      • CompilerOptionsDiagnosticsRequest
    Index

    Properties

    Object containing arguments for the command

    command: string

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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