Type for the Values stored in the Reflection for Virtual Populates
const virtuals: VirtualPopulateMap = new Map(Reflect.getMetadata(DecoratorKeys.VirtualPopulate, target.constructor) ?? []); Copy
const virtuals: VirtualPopulateMap = new Map(Reflect.getMetadata(DecoratorKeys.VirtualPopulate, target.constructor) ?? []);
Generated using TypeDoc
Type for the Values stored in the Reflection for Virtual Populates