NetSuite FastTrack Toolkit (NFT) - v8.0.0
    Preparing search index...

    Type Alias ObjectWithId<T>

    ObjectWithId: T & { id: string }

    Any object that includes an 'id' property, which NS search results always have

    Type Parameters

    • T