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

    Interface StatementedNodeStructure

    interface StatementedNodeStructure {
        statements?:
            | string
            | WriterFunction
            | (string | WriterFunction | StatementStructures)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    statements?:
        | string
        | WriterFunction
        | (string | WriterFunction | StatementStructures)[]