@servicenow/sdk - v4.4.1
    Preparing search index...
    interface FileReferencesResponseBody {
        refs: readonly ReferencesResponseItem[];
        symbolName: string;
    }
    Index

    Properties

    Properties

    refs: readonly ReferencesResponseItem[]

    The file locations referencing the symbol.

    symbolName: string

    The name of the symbol.