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

    Brands an API return type with its target table name, enabling it to be used as a reference value in Record() data fields.

    type TableBrand<Table extends string> = {
        __table__: Table;
    }

    Type Parameters

    • Table extends string
    Index

    Properties

    Properties

    __table__: Table