ObjectWithId<T>: T & {
    id: string;
}

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

Type Parameters

  • T

Generated using TypeDoc