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

    Interface InterfaceDeclarationStructure

    Hierarchy (View Summary)

    Index

    Properties

    docs?: (string | OptionalKind<JSDocStructure>)[]
    extends?: WriterFunction | (string | WriterFunction)[]
    hasDeclareKeyword?: boolean
    isDefaultExport?: boolean
    isExported?: boolean
    kind: Interface
    leadingTrivia?: string | WriterFunction | (string | WriterFunction)[]

    Leading comments or whitespace.

    name: string
    trailingTrivia?: string | WriterFunction | (string | WriterFunction)[]

    Trailing comments or whitespace.

    typeParameters?: (string | OptionalKind<TypeParameterDeclarationStructure>)[]