NS Tools/Framework - v0.0.1
    Preparing search index...
    • Decorator for subrecord fields with the subrecord shape represented by T (which defines the properties you want on the subrecord)

      Type Parameters

      Parameters

      • ctor: new (rec: Record) => T

        Constructor for the type that has the properties you want from the subrecord. e.g. AssemblyBuild.InventoryDetail

      Returns (_target: any, propertyKey: string) => any